projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c7ab63
)
V4L/DVB: omap_vout:V4L2 Display: Changed enum return type to int
author
Vaibhav Hiremath
<hvaibhav@ti.com>
Sun, 11 Apr 2010 13:50:23 +0000
(10:50 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 19 May 2010 15:58:11 +0000
(12:58 -0300)
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>
drivers/media/video/omap/omap_vout.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/omap/omap_vout.c
b/drivers/media/video/omap/omap_vout.c
index f2100671851c3ca6aab089ddb3be712cf3d20209..4c0ab499228bd5d6a559932b5ef63e6e9646c5a1 100644
(file)
--- a/
drivers/media/video/omap/omap_vout.c
+++ b/
drivers/media/video/omap/omap_vout.c
@@
-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;