mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 13:41:55 +00:00
[PATCH] I2C: fix max6875 build error
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
93ffa43514
commit
a8decc658a
@ -93,8 +93,7 @@ static void max6875_update_slice(struct i2c_client *client, int slice)
|
||||
if (!(data->valid & (1 << slice)) ||
|
||||
time_after(jiffies, data->last_updated[slice])) {
|
||||
|
||||
dev_dbg(&client->dev, "Starting update of slice %u\n",
|
||||
slice, blk->base);
|
||||
dev_dbg(&client->dev, "Starting update of slice %u\n", slice);
|
||||
|
||||
data->valid &= ~(1 << slice);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user