projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e0e610
)
dma: mxs-dma: fix unterminated platform_device_id table
author
Axel Lin
<axel.lin@gmail.com>
Tue, 12 Jul 2011 10:53:52 +0000
(18:53 +0800)
committer
Vinod Koul
<vinod.koul@intel.com>
Tue, 26 Jul 2011 10:03:27 +0000
(15:33 +0530)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mxs-dma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/mxs-dma.c
b/drivers/dma/mxs-dma.c
index
2870d91
..
f22a237
100644
(file)
--- a/
drivers/dma/mxs-dma.c
+++ b/
drivers/dma/mxs-dma.c
@@
-709,6
+709,8
@@
static struct platform_device_id mxs_dma_type[] = {
}, {
.name = "mxs-dma-apbx",
.driver_data = MXS_DMA_APBX,
+ }, {
+ /* end of list */
}
};