[PATCH] i2c: fix compile error due to previous patches.
drivers/i2c/i2c-core.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -Nru a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
--- a/drivers/i2c/i2c-core.c Tue May 6 17:24:28 2003
+++ b/drivers/i2c/i2c-core.c Tue May 6 17:24:28 2003
@@ -309,8 +309,8 @@
}
}
- DEB(dev_dbg(&adapter->dev, "client [%s] registered to adapter "
- "(pos. %d).\n", client->dev.name, i));
+ DEB(dev_dbg(&adapter->dev, "client [%s] registered to adapter\n",
+ client->dev.name));
if (client->flags & I2C_CLIENT_ALLOW_USE)
client->usage_count = 0;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/