video: mxsfb: Add missing break
authorMarek Vasut <[email protected]>
Thu, 26 Sep 2013 11:13:58 +0000 (13:13 +0200)
committerTomi Valkeinen <[email protected]>
Thu, 26 Sep 2013 12:33:23 +0000 (15:33 +0300)
Add missing break into the restore function.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Shawn Guo <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
drivers/video/mxsfb.c

index d250ed0f806d3bf66d858e9f633852f3baa58f4d..27197a8048c0a7aa9ffcbd3c8a2280ae12866dcc 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;