media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
commit1cc643ab48ee22b71679db6453475de299c0ac83
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 24 Jan 2018 14:33:57 +0000 (24 09:33 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 19:06:50 +0000 (16 20:06 +0100)
tree5ae49d342119dd8632a7c94704367c6affb31855
parent2b14d31a951e1af276077d40e000638fa469185e
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/v4l2-core/v4l2-compat-ioctl32.c