projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69373f6
)
V4L/DVB (9905): v4l2-compat32: add missing newline after kernel message
author
Hans Verkuil
<
[email protected]
>
Mon, 15 Dec 2008 10:19:20 +0000
(07:19 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 30 Dec 2008 11:39:12 +0000
(09:39 -0200)
Signed-off-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/v4l2-compat-ioctl32.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/v4l2-compat-ioctl32.c
b/drivers/media/video/v4l2-compat-ioctl32.c
index 3b310ab3e3de63d2a5bb0c2a9d9e0e93e108a0ff..9b50b43b76a2960bd60ba66c2f2143f1948b91d3 100644
(file)
--- 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)
#endif
default:
v4l_print_ioctl("compat_ioctl32", cmd);
+ printk(KERN_CONT "\n");
+ break;
}
return ret;
}