projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/drivers/dma/mxs-dma.c
b/drivers/dma/mxs-dma.c
index 2870d919f11249711a5be419864ffed861ef8697..f22a237b7dd63dac4bea8c1f58810340dc2bb89a 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 */
}
};