dmaengine: at_hdma: use DMA_COMPLETE for dma completion status
Acked-by: Dan Williams <dan.j.williams@intel.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
parent
0996e895d2
commit
6d203d1e0a
1 changed files with 1 additions and 1 deletions
|
@ -1102,7 +1102,7 @@ atc_tx_status(struct dma_chan *chan,
|
||||||
int bytes = 0;
|
int bytes = 0;
|
||||||
|
|
||||||
ret = dma_cookie_status(chan, cookie, txstate);
|
ret = dma_cookie_status(chan, cookie, txstate);
|
||||||
if (ret == DMA_SUCCESS)
|
if (ret == DMA_COMPLETE)
|
||||||
return ret;
|
return ret;
|
||||||
/*
|
/*
|
||||||
* There's no point calculating the residue if there's
|
* There's no point calculating the residue if there's
|
||||||
|
|
Loading…
Add table
Reference in a new issue