From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] video: mxsfb: smarten the code a little bit
Date: Sat, 5 Mar 2011 17:41:11 +0100 [thread overview]
Message-ID: <201103051741.12167.arnd@arndb.de> (raw)
In-Reply-To: <1299341931-30241-2-git-send-email-shawn.guo@freescale.com>
On Saturday 05 March 2011 17:18:49 Shawn Guo wrote:
> @@ -882,7 +884,6 @@ static struct platform_device_id mxsfb_devtype[] = {
> }, {
> .name = "imx28-fb",
> .driver_data = MXSFB_V4,
> - }, {
> },
> };
This is broken, you need to have an empty entry as the end marker,
otherwise, the match function will interpret whatever comes in
memory after the last entry as input data, until it hits zeroes.
Arnd
next prev parent reply other threads:[~2011-03-05 16:41 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-05 16:18 A few mxsfb patches Shawn Guo
2011-03-05 16:18 ` [PATCH 1/3] video: mxsfb: smarten the code a little bit Shawn Guo
2011-03-05 16:41 ` Arnd Bergmann [this message]
2011-03-06 4:09 ` Shawn Guo
2011-03-06 6:30 ` Shawn Guo
2011-03-06 6:18 ` [PATCH 1/3 RESEND] " Shawn Guo
2011-03-05 16:18 ` [PATCH 2/3] video: mxsfb: fix the incorrect error checking for alloc_pages_exact Shawn Guo
2011-03-05 16:18 ` [PATCH 3/3] video: mxsfb: add DOTCLK polarity configuration support Shawn Guo
2011-04-04 15:04 ` Uwe Kleine-König
2011-04-04 15:42 ` Shawn Guo
2011-04-05 5:53 ` Lothar Waßmann
2011-04-05 6:24 ` Shawn Guo
2011-04-05 7:32 ` Uwe Kleine-König
2011-04-05 6:47 ` [PATCH] video: mxsfb: correct typo 'FAILING' to 'FALLING' Shawn Guo
2011-04-05 7:36 ` Uwe Kleine-König
2011-03-07 7:26 ` A few mxsfb patches Sascha Hauer
2011-03-07 7:45 ` Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201103051741.12167.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.