All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dma: mxs-dma: fix unterminated platform_device_id table
@ 2011-07-12 10:53 Axel Lin
  2011-07-25 14:24 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2011-07-12 10:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: Shawn Guo, Dan Williams, Vinod Koul

Signed-off-by: Axel Lin <axel.lin@gmail.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 */
 	}
 };
 
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dma: mxs-dma: fix unterminated platform_device_id table
  2011-07-12 10:53 [PATCH] dma: mxs-dma: fix unterminated platform_device_id table Axel Lin
@ 2011-07-25 14:24 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2011-07-25 14:24 UTC (permalink / raw)
  To: Axel Lin; +Cc: vinod.koul, linux-kernel, Shawn Guo, Dan Williams

On Tue, 2011-07-12 at 18:53 +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-25 14:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-12 10:53 [PATCH] dma: mxs-dma: fix unterminated platform_device_id table Axel Lin
2011-07-25 14:24 ` Vinod Koul

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.