diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-ioctl.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-ioctl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-ioctl.c b/drivers/media/video/ivtv/ivtv-ioctl.c index 1beb296a1763..90f59c4155ae 100644 --- a/drivers/media/video/ivtv/ivtv-ioctl.c +++ b/drivers/media/video/ivtv/ivtv-ioctl.c | |||
@@ -1632,6 +1632,7 @@ static int ivtv_v4l2_do_ioctl(struct inode *inode, struct file *filp, | |||
1632 | if (ivtv_debug & IVTV_DBGFLG_IOCTL) { | 1632 | if (ivtv_debug & IVTV_DBGFLG_IOCTL) { |
1633 | printk(KERN_INFO "ivtv%d ioctl: ", itv->num); | 1633 | printk(KERN_INFO "ivtv%d ioctl: ", itv->num); |
1634 | v4l_printk_ioctl(cmd); | 1634 | v4l_printk_ioctl(cmd); |
1635 | printk("\n"); | ||
1635 | } | 1636 | } |
1636 | return ivtv_debug_ioctls(filp, cmd, arg); | 1637 | return ivtv_debug_ioctls(filp, cmd, arg); |
1637 | 1638 | ||
@@ -1675,6 +1676,7 @@ static int ivtv_v4l2_do_ioctl(struct inode *inode, struct file *filp, | |||
1675 | if (ivtv_debug & IVTV_DBGFLG_IOCTL) { | 1676 | if (ivtv_debug & IVTV_DBGFLG_IOCTL) { |
1676 | printk(KERN_INFO "ivtv%d ioctl: ", itv->num); | 1677 | printk(KERN_INFO "ivtv%d ioctl: ", itv->num); |
1677 | v4l_printk_ioctl(cmd); | 1678 | v4l_printk_ioctl(cmd); |
1679 | printk("\n"); | ||
1678 | } | 1680 | } |
1679 | return ivtv_v4l2_ioctls(itv, filp, cmd, arg); | 1681 | return ivtv_v4l2_ioctls(itv, filp, cmd, arg); |
1680 | 1682 | ||
@@ -1688,6 +1690,7 @@ static int ivtv_v4l2_do_ioctl(struct inode *inode, struct file *filp, | |||
1688 | if (ivtv_debug & IVTV_DBGFLG_IOCTL) { | 1690 | if (ivtv_debug & IVTV_DBGFLG_IOCTL) { |
1689 | printk(KERN_INFO "ivtv%d ioctl: ", itv->num); | 1691 | printk(KERN_INFO "ivtv%d ioctl: ", itv->num); |
1690 | v4l_printk_ioctl(cmd); | 1692 | v4l_printk_ioctl(cmd); |
1693 | printk("\n"); | ||
1691 | } | 1694 | } |
1692 | return ivtv_control_ioctls(itv, cmd, arg); | 1695 | return ivtv_control_ioctls(itv, cmd, arg); |
1693 | 1696 | ||