media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 24 Jan 2018 14:33:57 +0000 (09:33 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 30 Jan 2018 12:34:09 +0000 (07:34 -0500)
commit169f24ca68bf0f247d111aef07af00dd3a02ae88
treebc24a0a9543109bfc45dc8c1e739fedc0b970b35
parenta751be5b142ef6bcbbb96d9899516f4d9c8d0ef4
media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type

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>
Cc: <stable@vger.kernel.org> # for v4.15 and up
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/v4l2-core/v4l2-compat-ioctl32.c