From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] MXS DMA: add end of list sentinel to platform_id list
Date: Thu, 21 Apr 2011 11:25:37 +0200 [thread overview]
Message-ID: <20110421092537.GP31131@pengutronix.de> (raw)
In-Reply-To: <9888fc5695f320d8b5e9a9014fe0c1a0eab24bb5.1303373126.git.LW@KARO-electronics.de>
On Thu, Apr 21, 2011 at 11:22:31AM +0200, Lothar Wa?mann wrote:
> Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de>
Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
Thanks
Uwe
> ---
> drivers/dma/mxs-dma.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/dma/mxs-dma.c b/drivers/dma/mxs-dma.c
> index e25209b..5b9b66a 100644
> --- a/drivers/dma/mxs-dma.c
> +++ b/drivers/dma/mxs-dma.c
> @@ -737,7 +737,8 @@ static struct platform_device_id mxs_dma_type[] = {
> }, {
> .name = "mxs-dma-apbx",
> .driver_data = MXS_DMA_APBX,
> - }
> + },
> + { /* end of list marker */ }
> };
>
> static struct platform_driver mxs_dma_driver = {
> --
> 1.5.6.5
>
>
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
next prev parent reply other threads:[~2011-04-21 9:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-21 9:22 [PATCH] MXS DMA: add end of list sentinel to platform_id list Lothar Waßmann
2011-04-21 9:22 ` [PATCH] MXS DMA: enable CLKGATE before accessing registers Lothar Waßmann
2011-04-22 7:47 ` Shawn Guo
2011-04-21 9:25 ` Uwe Kleine-König [this message]
2011-04-22 7:43 ` [PATCH] MXS DMA: add end of list sentinel to platform_id list 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=20110421092537.GP31131@pengutronix.de \
--to=u.kleine-koenig@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).