mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
[PATCH] i2c: Cleanup i2c-dev ioctl debug message
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> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
8a1b028bca
commit
e8aafcb2bb
@ -177,8 +177,8 @@ static int i2cdev_ioctl(struct inode *inode, struct file *file,
|
|||||||
int i,datasize,res;
|
int i,datasize,res;
|
||||||
unsigned long funcs;
|
unsigned long funcs;
|
||||||
|
|
||||||
dev_dbg(&client->adapter->dev, "i2c-%d ioctl, cmd: 0x%x, arg: %lx.\n",
|
dev_dbg(&client->adapter->dev, "ioctl, cmd=0x%02x, arg=0x%02lx\n",
|
||||||
iminor(inode),cmd, arg);
|
cmd, arg);
|
||||||
|
|
||||||
switch ( cmd ) {
|
switch ( cmd ) {
|
||||||
case I2C_SLAVE:
|
case I2C_SLAVE:
|
||||||
|
Loading…
Reference in New Issue
Block a user