* [lm-sensors] [PATCH 02/16] i2c: Cleanup i2c-dev ioctl debug message
@ 2005-10-07 23:06 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2005-10-07 23:06 UTC (permalink / raw)
To: lm-sensors
Cleanup the ioctl debug message in i2c-dev. In particular, the minor
number is redundant now that the minor number and the adapter number
are kept in sync.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/i2c-dev.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- linux-2.6.14-rc3.orig/drivers/i2c/i2c-dev.c 2005-10-07 20:08:17.000000000 +0200
+++ linux-2.6.14-rc3/drivers/i2c/i2c-dev.c 2005-10-07 20:24:20.000000000 +0200
@@ -177,8 +177,8 @@
int i,datasize,res;
unsigned long funcs;
- dev_dbg(&client->adapter->dev, "i2c-%d ioctl, cmd: 0x%x, arg: %lx.\n",
- iminor(inode),cmd, arg);
+ dev_dbg(&client->adapter->dev, "ioctl, cmd=0x%02x, arg=0x%02lx\n",
+ cmd, arg);
switch ( cmd ) {
case I2C_SLAVE:
--
Jean Delvare
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-10-07 23:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-07 23:06 [lm-sensors] [PATCH 02/16] i2c: Cleanup i2c-dev ioctl debug message Jean Delvare
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.