Loading drivers/dma/at_hdmac.c +1 −1 Original line number Diff line number Diff line Loading @@ -1102,7 +1102,7 @@ atc_tx_status(struct dma_chan *chan, int bytes = 0; ret = dma_cookie_status(chan, cookie, txstate); if (ret == DMA_SUCCESS) if (ret == DMA_COMPLETE) return ret; /* * There's no point calculating the residue if there's Loading Loading
drivers/dma/at_hdmac.c +1 −1 Original line number Diff line number Diff line Loading @@ -1102,7 +1102,7 @@ atc_tx_status(struct dma_chan *chan, int bytes = 0; ret = dma_cookie_status(chan, cookie, txstate); if (ret == DMA_SUCCESS) if (ret == DMA_COMPLETE) return ret; /* * There's no point calculating the residue if there's Loading