]> git.karo-electronics.de Git - mv-sheeva.git/commit
OMAP: DSS2: Clean up a switch-case
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 24 Feb 2011 11:59:13 +0000 (13:59 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 Mar 2011 13:46:24 +0000 (15:46 +0200)
commite528e3a8b4e005e6e2c9e50fdee1ab7e84cf1e27
tree57d492c7e37fa3fd18f664837fb88c379300c415
parentd0030452b5057570db47e953433f689e4a5475b5
OMAP: DSS2: Clean up a switch-case

Support for the display interface was checked in a separate switch-case.
There's no reason for that, and this patch handles the fail code path in
the same switch-case where the display initialization is done.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/display.c