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:
e0cad7a
)
dmaengine: omap: fix the assignment to .device_config
author
Vinod Koul
<vinod.koul@intel.com>
Sun, 7 Dec 2014 17:42:31 +0000
(23:12 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 22 Dec 2014 07:04:22 +0000
(12:34 +0530)
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/omap-dma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/omap-dma.c
b/drivers/dma/omap-dma.c
index 2654057d46bda621d8f64bba134500634c0961f1..7dd6dd1216819543aae06f2d3dd2707d16917c24 100644
(file)
--- a/
drivers/dma/omap-dma.c
+++ b/
drivers/dma/omap-dma.c
@@
-1099,7
+1099,7
@@
static int omap_dma_probe(struct platform_device *pdev)
od->ddev.device_issue_pending = omap_dma_issue_pending;
od->ddev.device_prep_slave_sg = omap_dma_prep_slave_sg;
od->ddev.device_prep_dma_cyclic = omap_dma_prep_dma_cyclic;
- od->ddev.device_config = omap_dma_config;
+ od->ddev.device_config = omap_dma_
slave_
config;
od->ddev.device_pause = omap_dma_pause;
od->ddev.device_resume = omap_dma_resume;
od->ddev.device_terminate_all = omap_dma_terminate_all;