浏览代码

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>
Vinod Koul 10 年之前
父节点
当前提交
295d3e10e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/dma/dw/regs.h

+ 1 - 1
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;
 };