projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d203d1
)
dmaengine: coh901318: use DMA_COMPLETE for dma completion status
author
Vinod Koul
<vinod.koul@intel.com>
Wed, 16 Oct 2013 08:05:45 +0000
(13:35 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Fri, 25 Oct 2013 05:45:56 +0000
(11:15 +0530)
Acked-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/coh901318.c
patch
|
blob
|
history
diff --git
a/drivers/dma/coh901318.c
b/drivers/dma/coh901318.c
index 3025b9107af2a50f82630275e2bff400de9cd421..3c6716e0b78eee2592a8c977550ce036ab4318c5 100644
(file)
--- a/
drivers/dma/coh901318.c
+++ b/
drivers/dma/coh901318.c
@@
-2369,7
+2369,7
@@
coh901318_tx_status(struct dma_chan *chan, dma_cookie_t cookie,
enum dma_status ret;
ret = dma_cookie_status(chan, cookie, txstate);
- if (ret == DMA_
SUCCESS
)
+ if (ret == DMA_
COMPLETE
)
return ret;
dma_set_residue(txstate, coh901318_get_bytes_left(chan));