]> git.karo-electronics.de Git - linux-beck.git/commitdiff
dmaengine: nbpfaxi: 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:58:04 +0000 (20:28 +0530)
driver comment refers to DMA_PAUSE which needs to be updated to
.device_pause

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

index 46c013b527cd157b9d1c6bb25446fffddcd715d6..88b77c98365d882730d8fd5db51066b4dad32aae 100644 (file)
@@ -504,7 +504,7 @@ static int nbpf_prep_one(struct nbpf_link_desc *ldesc,
         * pauses DMA and reads out data received via DMA as well as those left
         * in the Rx FIFO. For this to work with the RAM side using burst
         * transfers we enable the SBE bit and terminate the transfer in our
-        * DMA_PAUSE handler.
+        * .device_pause handler.
         */
        mem_xfer = nbpf_xfer_ds(chan->nbpf, size);