media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 14 Feb 2018 11:48:28 +0000 (12:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Feb 2018 12:21:16 +0000 (13:21 +0100)
commit30dcb0756b0f026324b8f1537d01c6c9d6ca92fc
tree689249b48f72ba78a15e4c72415e3f8ac5792390
parent30ac343c422270df7cedb4513243196412dee3b2
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