提交 a8decc65 编写于 作者: G Greg Kroah-Hartman

[PATCH] I2C: fix max6875 build error

Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册