From: Hans Verkuil <hverkuil@xs4all.nl>
Date: Mon, 15 Dec 2008 10:19:20 +0000 (-0300)
Subject: V4L/DVB (9905): v4l2-compat32: add missing newline after kernel message
X-Git-Tag: firefly_0821_release~16456^2~178
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7d4f0b8153608fbfdae26887512fa1fb5229cde9;p=firefly-linux-kernel-4.4.55.git

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>
---

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)
 #endif
 	default:
 		v4l_print_ioctl("compat_ioctl32", cmd);
+		printk(KERN_CONT "\n");
+		break;
 	}
 	return ret;
 }