Skip to content

Commit

Permalink
dmaengine: ep93xx: 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 <[email protected]>
  • Loading branch information
Vinod Koul committed Dec 22, 2014
1 parent 295d3e1 commit b2be07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/ep93xx_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ struct ep93xx_dma_desc {
* @queue: pending descriptors which are handled next
* @free_list: list of free descriptors which can be used
* @runtime_addr: physical address currently used as dest/src (M2M only). This
* is set via %DMA_SLAVE_CONFIG before slave operation is
* is set via .device_config before slave operation is
* prepared
* @runtime_ctrl: M2M runtime values for the control register.
*
Expand Down

0 comments on commit b2be07d

Please sign in to comment.