V4L/DVB (9905): v4l2-compat32: add missing newline after kernel message
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 15 Dec 2008 10:19:20 +0000 (07:19 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:39:12 +0000 (09:39 -0200)
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-compat-ioctl32.c

index 3b310ab3e3de63d2a5bb0c2a9d9e0e93e108a0ff..9b50b43b76a2960bd60ba66c2f2143f1948b91d3 100644 (file)
@@ -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;
 }