Commit fb8253ba authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (13879): dvb_frontend: report what ioctl were called on debug mode

When printing that an iocl were called, report the ioctl number.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 639544d7
...@@ -1488,7 +1488,7 @@ static int dvb_frontend_ioctl(struct inode *inode, struct file *file, ...@@ -1488,7 +1488,7 @@ static int dvb_frontend_ioctl(struct inode *inode, struct file *file,
struct dvb_frontend_private *fepriv = fe->frontend_priv; struct dvb_frontend_private *fepriv = fe->frontend_priv;
int err = -EOPNOTSUPP; int err = -EOPNOTSUPP;
dprintk ("%s\n", __func__); dprintk("%s (%d)\n", __func__, _IOC_NR(cmd));
if (fepriv->exit) if (fepriv->exit)
return -ENODEV; return -ENODEV;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment