mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
dmaengine: i.MX: Fix merge of cookie branch.
When merging DMA cookie changes a small chunk of code was dropped. This broke imx-dma driver. This patch adds this chunk again and fixes the problem. Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
This commit is contained in:
parent
f606ab897b
commit
660cd0dd94
@ -679,6 +679,7 @@ static dma_cookie_t imxdma_tx_submit(struct dma_async_tx_descriptor *tx)
|
||||
unsigned long flags;
|
||||
|
||||
spin_lock_irqsave(&imxdma->lock, flags);
|
||||
list_move_tail(imxdmac->ld_free.next, &imxdmac->ld_queue);
|
||||
cookie = dma_cookie_assign(tx);
|
||||
spin_unlock_irqrestore(&imxdma->lock, flags);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user