Commit 72fcf2a8 authored by Vaibhav Hiremath's avatar Vaibhav Hiremath Committed by Mauro Carvalho Chehab

V4L/DVB: omap_vout:V4L2 Display: Changed enum return type to int

Signed-off-by: default avatarVaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: default avatarMuralidharan Karicheri <mkaricheri@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 5c7ab634
...@@ -622,8 +622,7 @@ static int omap_vout_calculate_offset(struct omap_vout_device *vout) ...@@ -622,8 +622,7 @@ static int omap_vout_calculate_offset(struct omap_vout_device *vout)
/* /*
* Convert V4L2 pixel format to DSS pixel format * Convert V4L2 pixel format to DSS pixel format
*/ */
static enum omap_color_mode video_mode_to_dss_mode(struct omap_vout_device static int video_mode_to_dss_mode(struct omap_vout_device *vout)
*vout)
{ {
struct omap_overlay *ovl; struct omap_overlay *ovl;
struct omapvideo_info *ovid; struct omapvideo_info *ovid;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment