]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 14 Feb 2018 11:54:17 +0000 (12:54 +0100)
committerSasha Levin <alexander.levin@microsoft.com>
Sun, 4 Mar 2018 15:28:47 +0000 (10:28 -0500)
commit60e5b2805609e833f6e4e58210198f1ba1081bf6
treef0b4b237b7f3c691ed71add543844e8d64f9aeb1
parent77868b7ebc535860ef6154287d250661dfd7b96e
media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type

commit 169f24ca68bf0f247d111aef07af00dd3a02ae88 upstream.

There is nothing wrong with using an unknown buffer type. So
stop spamming the kernel log whenever this happens. The kernel
will just return -EINVAL to signal this.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
drivers/media/v4l2-core/v4l2-compat-ioctl32.c