Loading drivers/dma/dw_dmac.c +5 −1 Original line number Diff line number Diff line Loading @@ -860,6 +860,10 @@ dwc_tx_status(struct dma_chan *chan, ret = dma_async_is_complete(cookie, last_complete, last_used); } if (ret != DMA_SUCCESS) dma_set_tx_state(txstate, last_complete, last_used, dwc_first_active(dwc)->len); else dma_set_tx_state(txstate, last_complete, last_used, 0); return ret; Loading Loading
drivers/dma/dw_dmac.c +5 −1 Original line number Diff line number Diff line Loading @@ -860,6 +860,10 @@ dwc_tx_status(struct dma_chan *chan, ret = dma_async_is_complete(cookie, last_complete, last_used); } if (ret != DMA_SUCCESS) dma_set_tx_state(txstate, last_complete, last_used, dwc_first_active(dwc)->len); else dma_set_tx_state(txstate, last_complete, last_used, 0); return ret; Loading