]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (9662): uvcvideo: Fix printk badness when printing ioctl names
authorLaurent Pinchart <laurent.pinchart@skynet.be>
Mon, 17 Nov 2008 21:32:11 +0000 (18:32 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:36 +0000 (17:53 -0200)
commit308bb52c192cc1bad3c90c82dbd90e7fff176caa
treef4b8be0508ec167432179168fe42b3974b3f42df
parent23867b2511140ae5693587d2b15badbcc632e3cc
V4L/DVB (9662): uvcvideo: Fix printk badness when printing ioctl names

Add a trailing newline character after calling v4l_printk_ioctl() to avoid
messing the kernel log up and merge the uvc_v4l2_ioctl message with the ioctl
name.

Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/uvc/uvc_v4l2.c