projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2be07d
)
dmaengine: nbpfaxi: update the driver comments
author
Vinod Koul
<vinod.koul@intel.com>
Mon, 22 Dec 2014 14:54:14 +0000
(20:24 +0530)
committer
Vinod 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/nbpfaxi.c
b/drivers/dma/nbpfaxi.c
index 46c013b527cd157b9d1c6bb25446fffddcd715d6..88b77c98365d882730d8fd5db51066b4dad32aae 100644
(file)
--- a/
drivers/dma/nbpfaxi.c
+++ b/
drivers/dma/nbpfaxi.c
@@
-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);