Loading drivers/spi/spi-dw-mid.c +2 −2 Original line number Diff line number Diff line Loading @@ -89,10 +89,10 @@ static void mid_spi_dma_exit(struct dw_spi *dws) if (!dws->dma_inited) return; dmaengine_terminate_all(dws->txchan); dmaengine_terminate_sync(dws->txchan); dma_release_channel(dws->txchan); dmaengine_terminate_all(dws->rxchan); dmaengine_terminate_sync(dws->rxchan); dma_release_channel(dws->rxchan); } Loading Loading
drivers/spi/spi-dw-mid.c +2 −2 Original line number Diff line number Diff line Loading @@ -89,10 +89,10 @@ static void mid_spi_dma_exit(struct dw_spi *dws) if (!dws->dma_inited) return; dmaengine_terminate_all(dws->txchan); dmaengine_terminate_sync(dws->txchan); dma_release_channel(dws->txchan); dmaengine_terminate_all(dws->rxchan); dmaengine_terminate_sync(dws->rxchan); dma_release_channel(dws->rxchan); } Loading