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:
9f57150
)
dmaengine: k3dma: use DMA_COMPLETE for dma completion status
author
Vinod Koul
<vinod.koul@intel.com>
Wed, 16 Oct 2013 15:20:09 +0000
(20:50 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Fri, 25 Oct 2013 05:46:07 +0000
(11:16 +0530)
Acked-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/k3dma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/k3dma.c
b/drivers/dma/k3dma.c
index da430623fbc450637e7697d59c50887df7f3f6fb..e26075408e9b95a365dfd188cad786593604412f 100644
(file)
--- a/
drivers/dma/k3dma.c
+++ b/
drivers/dma/k3dma.c
@@
-344,7
+344,7
@@
static enum dma_status k3_dma_tx_status(struct dma_chan *chan,
size_t bytes = 0;
ret = dma_cookie_status(&c->vc.chan, cookie, state);
- if (ret == DMA_
SUCCESS
)
+ if (ret == DMA_
COMPLETE
)
return ret;
spin_lock_irqsave(&c->vc.lock, flags);