diff options
-rw-r--r-- | drivers/dma/imx-sdma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c index 19041cefabb1..128714622bf5 100644 --- a/drivers/dma/imx-sdma.c +++ b/drivers/dma/imx-sdma.c | |||
@@ -607,8 +607,6 @@ static void sdma_handle_channel_loop(struct sdma_channel *sdmac) | |||
607 | 607 | ||
608 | if (bd->mode.status & BD_RROR) | 608 | if (bd->mode.status & BD_RROR) |
609 | sdmac->status = DMA_ERROR; | 609 | sdmac->status = DMA_ERROR; |
610 | else | ||
611 | sdmac->status = DMA_IN_PROGRESS; | ||
612 | 610 | ||
613 | bd->mode.status |= BD_DONE; | 611 | bd->mode.status |= BD_DONE; |
614 | sdmac->buf_tail++; | 612 | sdmac->buf_tail++; |