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:
2737583
)
dmaengine: omap: use DMA_COMPLETE for dma completion status
author
Vinod Koul
<vinod.koul@intel.com>
Wed, 16 Oct 2013 15:21:54 +0000
(20:51 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Fri, 25 Oct 2013 05:46:11 +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/omap-dma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/omap-dma.c
b/drivers/dma/omap-dma.c
index ec3fc4fd9160e8aeddf16054cd405f35b43bfef7..2f66cf4e54fe367754378c3c8be213fe20bb8f64 100644
(file)
--- a/
drivers/dma/omap-dma.c
+++ b/
drivers/dma/omap-dma.c
@@
-248,7
+248,7
@@
static enum dma_status omap_dma_tx_status(struct dma_chan *chan,
unsigned long flags;
ret = dma_cookie_status(chan, cookie, txstate);
- if (ret == DMA_
SUCCESS
|| !txstate)
+ if (ret == DMA_
COMPLETE
|| !txstate)
return ret;
spin_lock_irqsave(&c->vc.lock, flags);