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:
7cce508
)
dmaengine: ppc4xx: use DMA_COMPLETE for dma completion status
author
Vinod Koul
<vinod.koul@intel.com>
Wed, 16 Oct 2013 15:22:38 +0000
(20:52 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Fri, 25 Oct 2013 05:46:12 +0000
(11:16 +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/ppc4xx/adma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/ppc4xx/adma.c
b/drivers/dma/ppc4xx/adma.c
index 370ff8265630cf05cdb64a571e9acb7d9064e08e..60e02ae38b04a46f4327ea76c0590b427808196d 100644
(file)
--- a/
drivers/dma/ppc4xx/adma.c
+++ b/
drivers/dma/ppc4xx/adma.c
@@
-3891,7
+3891,7
@@
static enum dma_status ppc440spe_adma_tx_status(struct dma_chan *chan,
ppc440spe_chan = to_ppc440spe_adma_chan(chan);
ret = dma_cookie_status(chan, cookie, txstate);
- if (ret == DMA_
SUCCESS
)
+ if (ret == DMA_
COMPLETE
)
return ret;
ppc440spe_adma_slot_cleanup(ppc440spe_chan);