[media] v4l: omap4iss: Make __iss_video_get_format() return a v4l2_mbus_framefmt
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 9 Sep 2013 11:20:16 +0000 (08:20 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 11 Dec 2013 09:02:02 +0000 (07:02 -0200)
commitcc3c2ac29152b07ce58c8c7b34a8a8e8f321335a
treebe210abaefc0d3f6bd88be30d69c53f4ae9001ec
parenta1d4eab06d6777c8bbd46f83e8a495722bb37a84
[media] v4l: omap4iss: Make __iss_video_get_format() return a v4l2_mbus_framefmt

The function will be used by a caller that needs the media bus format
instead of the pixel format currently returned. Move the media bus
format to pixel format conversion to the existing caller.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/staging/media/omap4iss/iss_video.c