aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-compat-ioctl32.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-12-15 05:19:20 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 06:39:12 -0500
commit7d4f0b8153608fbfdae26887512fa1fb5229cde9 (patch)
tree0018b06de9bbc4b2b727159d16a5949f3d8cf19e /drivers/media/video/v4l2-compat-ioctl32.c
parent69373f6a9cde6a7683d877ca8ad296112fe032e6 (diff)
V4L/DVB (9905): v4l2-compat32: add missing newline after kernel message
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/v4l2-compat-ioctl32.c')
-rw-r--r--drivers/media/video/v4l2-compat-ioctl32.c2
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}