aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw_dmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/dw_dmac.c')
-rw-r--r--drivers/dma/dw_dmac.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c
index 263b70ee8562..18fb5b41cedf 100644
--- a/drivers/dma/dw_dmac.c
+++ b/drivers/dma/dw_dmac.c
@@ -841,11 +841,7 @@ dwc_tx_status(struct dma_chan *chan,
841 ret = dma_async_is_complete(cookie, last_complete, last_used); 841 ret = dma_async_is_complete(cookie, last_complete, last_used);
842 } 842 }
843 843
844 if (txstate) { 844 dma_set_tx_state(txstate, last_complete, last_used, 0);
845 txstate->last = last_complete;
846 txstate->used = last_used;
847 txstate->residue = 0;
848 }
849 845
850 return ret; 846 return ret;
851} 847}