[PATCH 20/28] dmaengine: ppc4xx: use DMA_COMPLETE for dma completion status
Vinod Koul
vinod.koul at intel.com
Wed Oct 16 12:28:38 EDT 2013
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
CC: Anatolij Gustschin <agust at denx.de>
---
drivers/dma/ppc4xx/adma.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/dma/ppc4xx/adma.c b/drivers/dma/ppc4xx/adma.c
index 370ff82..60e02ae 100644
--- 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);
--
1.7.0.4
More information about the linux-arm-kernel
mailing list