From: Vinod Koul Date: Mon, 22 Dec 2014 14:54:14 +0000 (+0530) Subject: dmaengine: dw: update the driver comments X-Git-Tag: firefly_0821_release~176^2~2285^2~27^2~8 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=295d3e10e68a37ac2850b9da32659cfdcd351f8b;p=firefly-linux-kernel-4.4.55.git 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 --- 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; };