linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MXS DMA: add end of list sentinel to platform_id list
@ 2011-04-21  9:22 Lothar Waßmann
  2011-04-21  9:22 ` [PATCH] MXS DMA: enable CLKGATE before accessing registers Lothar Waßmann
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Lothar Waßmann @ 2011-04-21  9:22 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Lothar Wa??mann <LW@KARO-electronics.de>
---
 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

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

end of thread, other threads:[~2011-04-22  7:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH] MXS DMA: add end of list sentinel to platform_id list Uwe Kleine-König
2011-04-22  7:43 ` Shawn Guo

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).