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:58:04 -0500 |
commit | fbde286783f7c1e55e6c33575fa1a56f8ea77c90 (patch) | |
tree | 42e0d5763599b214e52548ea435aa34746c7c99e /drivers/dma/nbpfaxi.c | |
parent | b2be07d001e32a080dd381a58503826ebd6397ed (diff) |
dmaengine: nbpfaxi: update the driver comments
driver comment refers to DMA_PAUSE which needs to be updated to
.device_pause
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/nbpfaxi.c')
-rw-r--r-- | drivers/dma/nbpfaxi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/nbpfaxi.c b/drivers/dma/nbpfaxi.c index 46c013b527cd..88b77c98365d 100644 --- a/drivers/dma/nbpfaxi.c +++ b/drivers/dma/nbpfaxi.c | |||
@@ -504,7 +504,7 @@ static int nbpf_prep_one(struct nbpf_link_desc *ldesc, | |||
504 | * pauses DMA and reads out data received via DMA as well as those left | 504 | * pauses DMA and reads out data received via DMA as well as those left |
505 | * in the Rx FIFO. For this to work with the RAM side using burst | 505 | * in the Rx FIFO. For this to work with the RAM side using burst |
506 | * transfers we enable the SBE bit and terminate the transfer in our | 506 | * transfers we enable the SBE bit and terminate the transfer in our |
507 | * DMA_PAUSE handler. | 507 | * .device_pause handler. |
508 | */ | 508 | */ |
509 | mem_xfer = nbpf_xfer_ds(chan->nbpf, size); | 509 | mem_xfer = nbpf_xfer_ds(chan->nbpf, size); |
510 | 510 | ||