Commit a8decc65 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] I2C: fix max6875 build error

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 93ffa435
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment