[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1311603894.8206.16.camel@vkoul-mobl4>
Date: Mon, 25 Jul 2011 19:54:54 +0530
From: Vinod Koul <vkoul@...radead.org>
To: Axel Lin <axel.lin@...il.com>
Cc: vinod.koul@...el.com, linux-kernel@...r.kernel.org,
Shawn Guo <shawn.guo@...escale.com>,
Dan Williams <dan.j.williams@...el.com>
Subject: Re: [PATCH] dma: mxs-dma: fix unterminated platform_device_id table
On Tue, 2011-07-12 at 18:53 +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@...il.com>
> ---
> drivers/dma/mxs-dma.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/dma/mxs-dma.c b/drivers/dma/mxs-dma.c
> index 88aad4f..72a2896 100644
> --- a/drivers/dma/mxs-dma.c
> +++ b/drivers/dma/mxs-dma.c
> @@ -707,6 +707,8 @@ static struct platform_device_id mxs_dma_type[] = {
> }, {
> .name = "mxs-dma-apbx",
> .driver_data = MXS_DMA_APBX,
> + }, {
> + /* end of list */
> }
> };
>
Applied, Thanks
--
~Vinod Koul
Intel Corp.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists