public inbox for linux-kernel@vger.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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox