diff options
| -rw-r--r-- | drivers/dma/imx-dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c index 0f698f883cca..569b0a29fa8c 100644 --- a/drivers/dma/imx-dma.c +++ b/drivers/dma/imx-dma.c | |||
| @@ -679,6 +679,7 @@ static dma_cookie_t imxdma_tx_submit(struct dma_async_tx_descriptor *tx) | |||
| 679 | unsigned long flags; | 679 | unsigned long flags; |
| 680 | 680 | ||
| 681 | spin_lock_irqsave(&imxdma->lock, flags); | 681 | spin_lock_irqsave(&imxdma->lock, flags); |
| 682 | list_move_tail(imxdmac->ld_free.next, &imxdmac->ld_queue); | ||
| 682 | cookie = dma_cookie_assign(tx); | 683 | cookie = dma_cookie_assign(tx); |
| 683 | spin_unlock_irqrestore(&imxdma->lock, flags); | 684 | spin_unlock_irqrestore(&imxdma->lock, flags); |
| 684 | 685 | ||
