Skip to content

Commit

Permalink
dmaengine: dw: update the driver comments
Browse files Browse the repository at this point in the history
driver comment refers to DMA_SLAVE_CONFIG which needs to be updated to
.device_config

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Vinod Koul committed Dec 22, 2014
1 parent 3e1152a commit 295d3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/dw/regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 295d3e1

Please sign in to comment.