aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-12-22 20:24:14 +0530
committerVinod Koul <vinod.koul@intel.com>2014-12-22 20:26:45 +0530
commit295d3e10e68a37ac2850b9da32659cfdcd351f8b (patch)
treeef349e9cda975f47ecea458f36f85da52924cfd5 /drivers/dma/dw
parentdmaengine: at_hdmac: update the driver comments (diff)
downloadlinux-dev-295d3e10e68a37ac2850b9da32659cfdcd351f8b.tar.xz
linux-dev-295d3e10e68a37ac2850b9da32659cfdcd351f8b.zip
dmaengine: dw: update the driver comments
driver comment refers to DMA_SLAVE_CONFIG which needs to be updated to .device_config Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/dw')
-rw-r--r--drivers/dma/dw/regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/dw/regs.h b/drivers/dma/dw/regs.h
index 848e232f7cc7..254a1db03680 100644
--- 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;
};