Commit 295d3e10 authored by Vinod Koul's avatar Vinod Koul

dmaengine: dw: update the driver comments

driver comment refers to DMA_SLAVE_CONFIG which needs to be updated to
.device_config
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 3e1152a2
...@@ -252,7 +252,7 @@ struct dw_dma_chan { ...@@ -252,7 +252,7 @@ struct dw_dma_chan {
u8 src_master; u8 src_master;
u8 dst_master; u8 dst_master;
/* configuration passed via DMA_SLAVE_CONFIG */ /* configuration passed via .device_config */
struct dma_slave_config dma_sconfig; struct dma_slave_config dma_sconfig;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment