Skip to content

Commit

Permalink
OMAP: DSS2: Remove extra return statement
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Archit Taneja authored and Tomi Valkeinen committed Aug 5, 2010
1 parent f55fdcf commit edecee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/video/omap2/dss/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit edecee8

Please sign in to comment.