Re: [PATCH] i2c driver changes for 2.5.69

Greg KH (greg@kroah.com)
Tue, 6 May 2003 17:33:35 -0700


ChangeSet 1.1085, 2003/05/06 17:18:27-07:00, greg@kroah.com

[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/