From: Archit Taneja Date: Tue, 22 Jun 2010 08:14:01 +0000 (+0200) Subject: OMAP: DSS2: Remove extra return statement X-Git-Tag: v2.6.36-rc1~487^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=edecee858ea5540075cbd84ada8bb07f952fd758;p=karo-tx-linux.git OMAP: DSS2: Remove extra return statement Remove extra return statement in omapdss_default_get_recommended_bpp from overlay.c Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/dss/display.c b/drivers/video/omap2/dss/display.c index 480aeaa5f39c..22dd7a474f79 100644 --- a/drivers/video/omap2/dss/display.c +++ b/drivers/video/omap2/dss/display.c @@ -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(); }