dect
/
linux-2.6
Archived
13
0
Fork 0

OMAP: DSS2: Remove extra return statement

Remove extra return statement in omapdss_default_get_recommended_bpp
from overlay.c

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
This commit is contained in:
Archit Taneja 2010-06-22 10:14:01 +02:00 committed by Tomi Valkeinen
parent f55fdcfe88
commit edecee858e
1 changed files with 0 additions and 1 deletions

View File

@ -346,7 +346,6 @@ int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev)
case OMAP_DISPLAY_TYPE_VENC:
case OMAP_DISPLAY_TYPE_SDI:
return 24;
return 24;
default:
BUG();
}