merge -c1605 branches/stable-1.4: Output ioctl() debugging in hex.

This commit is contained in:
Florian Pose 2009-01-26 11:46:02 +00:00
parent 826ae37b26
commit 7b4542ac81
1 changed files with 1 additions and 1 deletions

View File

@ -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) {