[PATCH] video: mxsfb: Add missing break
Tomi Valkeinen
tomi.valkeinen at ti.com
Thu Sep 26 08:34:08 EDT 2013
On 26/09/13 14:13, Marek Vasut wrote:
> 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>
> ---
> drivers/video/mxsfb.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c
> index d250ed0..27197a8 100644
> --- a/drivers/video/mxsfb.c
> +++ b/drivers/video/mxsfb.c
> @@ -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;
>
Thanks, queued for 3.12 fixes.
Tomi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130926/d3beecaa/attachment-0001.sig>
More information about the linux-arm-kernel
mailing list