[PATCH] I2C: fix max6875 build error
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
93ffa43514
commit
a8decc658a
1 changed files with 1 additions and 2 deletions
|
@ -93,8 +93,7 @@ static void max6875_update_slice(struct i2c_client *client, int slice)
|
||||||
if (!(data->valid & (1 << slice)) ||
|
if (!(data->valid & (1 << slice)) ||
|
||||||
time_after(jiffies, data->last_updated[slice])) {
|
time_after(jiffies, data->last_updated[slice])) {
|
||||||
|
|
||||||
dev_dbg(&client->dev, "Starting update of slice %u\n",
|
dev_dbg(&client->dev, "Starting update of slice %u\n", slice);
|
||||||
slice, blk->base);
|
|
||||||
|
|
||||||
data->valid &= ~(1 << slice);
|
data->valid &= ~(1 << slice);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue