diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/v4l2-compat-ioctl32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/v4l2-compat-ioctl32.c b/drivers/media/video/v4l2-compat-ioctl32.c index 3b310ab3e3de..9b50b43b76a2 100644 --- a/drivers/media/video/v4l2-compat-ioctl32.c +++ b/drivers/media/video/v4l2-compat-ioctl32.c | |||
@@ -913,6 +913,8 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg) | |||
913 | #endif | 913 | #endif |
914 | default: | 914 | default: |
915 | v4l_print_ioctl("compat_ioctl32", cmd); | 915 | v4l_print_ioctl("compat_ioctl32", cmd); |
916 | printk(KERN_CONT "\n"); | ||
917 | break; | ||
916 | } | 918 | } |
917 | return ret; | 919 | return ret; |
918 | } | 920 | } |