Skip to content

Commit

Permalink
dmaengine: nbpfaxi: update the driver comments
Browse files Browse the repository at this point in the history
driver comment refers to DMA_PAUSE which needs to be updated to
.device_pause

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Vinod Koul committed Dec 22, 2014
1 parent b2be07d commit fbde286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/nbpfaxi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit fbde286

Please sign in to comment.