diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-12-22 09:54:14 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-12-22 09:54:14 -0500 |
commit | 3e1152a2f6c2cb7edee9d7459e7fbf2fc6c57f51 (patch) | |
tree | 366dc47d00660e5bf9dc2d64a1ba103b61c98c43 /drivers/dma | |
parent | a7c439a45807f1d39eac2161291cfabdc87067f3 (diff) |
dmaengine: at_hdmac: 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>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/at_hdmac_regs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dma/at_hdmac_regs.h b/drivers/dma/at_hdmac_regs.h index 2787aba60c6b..d6bba6c636c2 100644 --- a/drivers/dma/at_hdmac_regs.h +++ b/drivers/dma/at_hdmac_regs.h | |||
@@ -232,7 +232,8 @@ enum atc_status { | |||
232 | * @save_dscr: for cyclic operations, preserve next descriptor address in | 232 | * @save_dscr: for cyclic operations, preserve next descriptor address in |
233 | * the cyclic list on suspend/resume cycle | 233 | * the cyclic list on suspend/resume cycle |
234 | * @remain_desc: to save remain desc length | 234 | * @remain_desc: to save remain desc length |
235 | * @dma_sconfig: configuration for slave transfers, passed via DMA_SLAVE_CONFIG | 235 | * @dma_sconfig: configuration for slave transfers, passed via |
236 | * .device_config | ||
236 | * @lock: serializes enqueue/dequeue operations to descriptors lists | 237 | * @lock: serializes enqueue/dequeue operations to descriptors lists |
237 | * @active_list: list of descriptors dmaengine is being running on | 238 | * @active_list: list of descriptors dmaengine is being running on |
238 | * @queue: list of descriptors ready to be submitted to engine | 239 | * @queue: list of descriptors ready to be submitted to engine |