merge -c1605 branches/stable-1.4: Output ioctl() debugging in hex.
This commit is contained in:
parent
826ae37b26
commit
7b4542ac81
|
|
@ -2452,7 +2452,7 @@ long eccdev_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
|
|||
ec_master_t *master = priv->cdev->master;
|
||||
|
||||
if (master->debug_level)
|
||||
EC_DBG("ioctl(filp = %x, cmd = %u (%u), arg = %x)\n",
|
||||
EC_DBG("ioctl(filp = 0x%x, cmd = 0x%x (0x%x), arg = 0x%x)\n",
|
||||
(u32) filp, (u32) cmd, (u32) _IOC_NR(cmd), (u32) arg);
|
||||
|
||||
switch (cmd) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue