diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-12-22 17:54:14 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-12-22 17:56:45 +0300 |
commit | 295d3e10e68a37ac2850b9da32659cfdcd351f8b (patch) | |
tree | ef349e9cda975f47ecea458f36f85da52924cfd5 /drivers/dma | |
parent | 3e1152a2f6c2cb7edee9d7459e7fbf2fc6c57f51 (diff) | |
download | linux-295d3e10e68a37ac2850b9da32659cfdcd351f8b.tar.xz |
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')
-rw-r--r-- | drivers/dma/dw/regs.h | 2 |
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; }; |