[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1381940926-25564-16-git-send-email-vinod.koul@intel.com>
Date: Wed, 16 Oct 2013 21:58:33 +0530
From: Vinod Koul <vinod.koul@...el.com>
To: dan.j.williams@...el.com, linux-kernel@...r.kernel.org
Cc: linux-arm-kernel@...ts.infradead.org, g.liakhovetski@....de,
linux@....linux.org.uk, Vinod Koul <vinod.koul@...el.com>,
Zhangfei Gao <zhangfei.gao@...aro.org>
Subject: [PATCH 15/28] dmaengine: k3dma: use DMA_COMPLETE for dma completion status
Signed-off-by: Vinod Koul <vinod.koul@...el.com>
CC: Zhangfei Gao <zhangfei.gao@...aro.org>
---
drivers/dma/k3dma.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/dma/k3dma.c b/drivers/dma/k3dma.c
index da43062..e260754 100644
--- 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);
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists