aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_hdmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/at_hdmac.c')
-rw-r--r--drivers/dma/at_hdmac.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c
index ff75cf18d32e..93ed99c84cf1 100644
--- a/drivers/dma/at_hdmac.c
+++ b/drivers/dma/at_hdmac.c
@@ -834,12 +834,7 @@ atc_tx_status(struct dma_chan *chan,
834 834
835 spin_unlock_bh(&atchan->lock); 835 spin_unlock_bh(&atchan->lock);
836 836
837 if (txstate) { 837 dma_set_tx_state(txstate, last_complete, last_used, 0);
838 txstate->last = last_complete;
839 txstate->used = last_used;
840 txstate->residue = 0;
841 }
842
843 dev_vdbg(chan2dev(chan), "tx_status: %d (d%d, u%d)\n", 838 dev_vdbg(chan2dev(chan), "tx_status: %d (d%d, u%d)\n",
844 cookie, last_complete ? last_complete : 0, 839 cookie, last_complete ? last_complete : 0,
845 last_used ? last_used : 0); 840 last_used ? last_used : 0);