From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND] media: coda: Fix DT-driver data pointer for i.MX27
Date: Fri, 21 Jun 2013 09:30:14 +0200 [thread overview]
Message-ID: <1371799814.4320.3.camel@pizza.hi.pengutronix.de> (raw)
In-Reply-To: <1371746796-16123-1-git-send-email-shc_work@mail.ru>
Am Donnerstag, den 20.06.2013, 20:46 +0400 schrieb Alexander Shiyan:
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
> ---
> drivers/media/platform/coda.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c
> index 48b8d7a..1c77781 100644
> --- a/drivers/media/platform/coda.c
> +++ b/drivers/media/platform/coda.c
> @@ -1924,7 +1924,7 @@ MODULE_DEVICE_TABLE(platform, coda_platform_ids);
>
> #ifdef CONFIG_OF
> static const struct of_device_id coda_dt_ids[] = {
> - { .compatible = "fsl,imx27-vpu", .data = &coda_platform_ids[CODA_IMX27] },
> + { .compatible = "fsl,imx27-vpu", .data = &coda_devdata[CODA_IMX27] },
> { .compatible = "fsl,imx53-vpu", .data = &coda_devdata[CODA_IMX53] },
> { /* sentinel */ }
> };
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
thanks
Philipp
next prev parent reply other threads:[~2013-06-21 7:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-20 16:46 [PATCH RESEND] media: coda: Fix DT-driver data pointer for i.MX27 Alexander Shiyan
2013-06-21 7:30 ` Philipp Zabel [this message]
2013-07-20 5:46 ` Alexander Shiyan
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=1371799814.4320.3.camel@pizza.hi.pengutronix.de \
--to=p.zabel@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).