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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c
index 154952abc2e9..28d5f01c350c 100644
--- a/drivers/dma/dw_dmac.c
+++ b/drivers/dma/dw_dmac.c
@@ -1059,7 +1059,7 @@ static int dwc_control(struct dma_chan *chan, enum dma_ctrl_cmd cmd,
1059 1059
1060 dwc_chan_disable(dw, dwc); 1060 dwc_chan_disable(dw, dwc);
1061 1061
1062 dwc->paused = false; 1062 dwc_chan_resume(dwc);
1063 1063
1064 /* active_list entries will end up before queued entries */ 1064 /* active_list entries will end up before queued entries */
1065 list_splice_init(&dwc->queue, &list); 1065 list_splice_init(&dwc->queue, &list);