Loading drivers/dma/edma.c +1 −1 Original line number Diff line number Diff line Loading @@ -576,7 +576,7 @@ static enum dma_status edma_tx_status(struct dma_chan *chan, unsigned long flags; ret = dma_cookie_status(chan, cookie, txstate); if (ret == DMA_SUCCESS || !txstate) if (ret == DMA_COMPLETE || !txstate) return ret; spin_lock_irqsave(&echan->vchan.lock, flags); Loading Loading
drivers/dma/edma.c +1 −1 Original line number Diff line number Diff line Loading @@ -576,7 +576,7 @@ static enum dma_status edma_tx_status(struct dma_chan *chan, unsigned long flags; ret = dma_cookie_status(chan, cookie, txstate); if (ret == DMA_SUCCESS || !txstate) if (ret == DMA_COMPLETE || !txstate) return ret; spin_lock_irqsave(&echan->vchan.lock, flags); Loading