summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-12-15 11:19:20 +0100
committerHans Verkuil <hverkuil@xs4all.nl>2008-12-15 11:19:20 +0100
commitf5435c98aa929cc30a19191341329ca7a6a91008 (patch)
treed23af8776e7fc5fe3abfe7070245863010e740c6
parent0bb40d367f4b5d1a17b71c1fa354799cb5abf1e0 (diff)
downloadmediapointer-dvb-s2-f5435c98aa929cc30a19191341329ca7a6a91008.tar.gz
mediapointer-dvb-s2-f5435c98aa929cc30a19191341329ca7a6a91008.tar.bz2
v4l2-compat32: add missing newline after kernel message
From: Hans Verkuil <hverkuil@xs4all.nl> Priority: normal Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
-rw-r--r--linux/drivers/media/video/v4l2-compat-ioctl32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/v4l2-compat-ioctl32.c b/linux/drivers/media/video/v4l2-compat-ioctl32.c
index 09d5c5693..e2e7a2061 100644
--- a/linux/drivers/media/video/v4l2-compat-ioctl32.c
+++ b/linux/drivers/media/video/v4l2-compat-ioctl32.c
@@ -977,6 +977,8 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
#endif
default:
v4l_print_ioctl("compat_ioctl32", cmd);
+ printk(KERN_CONT "\n");
+ break;
}
return ret;
}