Commit 46c9cc06 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] i2c: fix compile error due to previous patches.

parent ea1b28a4
...@@ -309,8 +309,8 @@ int i2c_attach_client(struct i2c_client *client) ...@@ -309,8 +309,8 @@ int i2c_attach_client(struct i2c_client *client)
} }
} }
DEB(dev_dbg(&adapter->dev, "client [%s] registered to adapter " DEB(dev_dbg(&adapter->dev, "client [%s] registered to adapter\n",
"(pos. %d).\n", client->dev.name, i)); client->dev.name));
if (client->flags & I2C_CLIENT_ALLOW_USE) if (client->flags & I2C_CLIENT_ALLOW_USE)
client->usage_count = 0; client->usage_count = 0;
......
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