projects
/
GitHub
/
LineageOS
/
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:
3e1152a
)
dmaengine: dw: update the driver comments
author
Vinod Koul
<vinod.koul@intel.com>
Mon, 22 Dec 2014 14:54:14 +0000
(20:24 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 22 Dec 2014 14:56:45 +0000
(20:26 +0530)
driver comment refers to DMA_SLAVE_CONFIG which needs to be updated to
.device_config
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw/regs.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/dw/regs.h
b/drivers/dma/dw/regs.h
index 848e232f7cc755991eda6e4022771d7cba7e1c20..254a1db03680798cbd81d4a121ef33dd41a78625 100644
(file)
--- a/
drivers/dma/dw/regs.h
+++ b/
drivers/dma/dw/regs.h
@@
-252,7
+252,7
@@
struct dw_dma_chan {
u8 src_master;
u8 dst_master;
- /* configuration passed via
DMA_SLAVE_CONFIG
*/
+ /* configuration passed via
.device_config
*/
struct dma_slave_config dma_sconfig;
};