From ac0eb4809e88357b885c72b4e95def98235613c8 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 3 Mar 2015 08:08:42 -0300 Subject: [PATCH] [media] staging: media: omap4iss: video: Don't WARN() on unknown pixel formats When mapping from a V4L2 pixel format to a media bus format in the VIDIOC_TRY_FMT and VIDIOC_S_FMT handlers, the requested format may be unsupported by the driver. Return a hardcoded default format instead of WARN()ing in that case. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed