mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 10:03:51 +08:00
merge -c1605 branches/stable-1.4: Output ioctl() debugging in hex.
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user