[ 3.5.y.z extended stable ] Patch "video: mxsfb: Add missing break" has been added to staging queue
Luis Henriques
luis.henriques at canonical.com
Fri Oct 4 09:37:36 UTC 2013
This is a note to let you know that I have just added a patch titled
video: mxsfb: Add missing break
to the linux-3.5.y-queue branch of the 3.5.y.z extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.5.y-queue
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.5.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Luis
------
>From 4621647c72a1797c15c25b8bb358ad43e4c946d7 Mon Sep 17 00:00:00 2001
From: Marek Vasut <marex at denx.de>
Date: Thu, 26 Sep 2013 13:13:58 +0200
Subject: [PATCH] video: mxsfb: Add missing break
commit 6d0bb818041a02be682abadb3ba35ff608f7d60a upstream.
Add missing break into the restore function.
Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Fabio Estevam <fabio.estevam at freescale.com>
Cc: Shawn Guo <shawn.guo at linaro.org>
Cc: Tomi Valkeinen <tomi.valkeinen at ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen at ti.com>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
drivers/video/mxsfb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c
index fc2c4381..dc7b4fc 100644
--- a/drivers/video/mxsfb.c
+++ b/drivers/video/mxsfb.c
@@ -616,6 +616,7 @@ static int __devinit mxsfb_restore_mode(struct mxsfb_info *host)
break;
case 3:
bits_per_pixel = 32;
+ break;
case 1:
default:
return -EINVAL;
--
1.8.3.2
More information about the kernel-team
mailing list