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:
parent
f55fdcfe88
commit
edecee858e
1 changed files with 0 additions and 1 deletions
|
@ -346,7 +346,6 @@ int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev)
|
||||||
case OMAP_DISPLAY_TYPE_VENC:
|
case OMAP_DISPLAY_TYPE_VENC:
|
||||||
case OMAP_DISPLAY_TYPE_SDI:
|
case OMAP_DISPLAY_TYPE_SDI:
|
||||||
return 24;
|
return 24;
|
||||||
return 24;
|
|
||||||
default:
|
default:
|
||||||
BUG();
|
BUG();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue