]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dmaengine: at_hdmac: update the driver comments
authorVinod Koul <vinod.koul@intel.com>
Mon, 22 Dec 2014 14:54:14 +0000 (20:24 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 22 Dec 2014 14:54:14 +0000 (20:24 +0530)
driver comment refers to DMA_SLAVE_CONFIG which needs to be updated to
.device_config

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/at_hdmac_regs.h

index 2787aba60c6bdee8ed0489cb932338d6a81528ac..d6bba6c636c2b9ab4f05331084e07f59b797f1aa 100644 (file)
@@ -232,7 +232,8 @@ enum atc_status {
  * @save_dscr: for cyclic operations, preserve next descriptor address in
  *             the cyclic list on suspend/resume cycle
  * @remain_desc: to save remain desc length
- * @dma_sconfig: configuration for slave transfers, passed via DMA_SLAVE_CONFIG
+ * @dma_sconfig: configuration for slave transfers, passed via
+ * .device_config
  * @lock: serializes enqueue/dequeue operations to descriptors lists
  * @active_list: list of descriptors dmaengine is being running on
  * @queue: list of descriptors ready to be submitted to engine