video: mxsfb: Add missing break
authorMarek Vasut <marex@denx.de>
Thu, 26 Sep 2013 11:13:58 +0000 (13:13 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 26 Sep 2013 12:33:23 +0000 (15:33 +0300)
Add missing break into the restore function.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/mxsfb.c

index d250ed0..27197a8 100644 (file)
@@ -620,6 +620,7 @@ static int mxsfb_restore_mode(struct mxsfb_info *host)
                break;
        case 3:
                bits_per_pixel = 32;
+               break;
        case 1:
        default:
                return -EINVAL;