Skip to content

Commit

Permalink
V4L/DVB: omap_vout:V4L2 Display: Changed enum return type to int
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Muralidharan Karicheri <mkaricheri@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Vaibhav Hiremath authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 5c7ab63 commit 72fcf2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/media/video/omap/omap_vout.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,7 @@ static int omap_vout_calculate_offset(struct omap_vout_device *vout)
/*
* Convert V4L2 pixel format to DSS pixel format
*/
static enum omap_color_mode video_mode_to_dss_mode(struct omap_vout_device
*vout)
static int video_mode_to_dss_mode(struct omap_vout_device *vout)
{
struct omap_overlay *ovl;
struct omapvideo_info *ovid;
Expand Down

0 comments on commit 72fcf2a

Please sign in to comment.