diff options
Diffstat (limited to 'drivers/dma/imx-sdma.c')
-rw-r--r-- | drivers/dma/imx-sdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c index f331ae0f7ec3..cf93d1737f1e 100644 --- a/drivers/dma/imx-sdma.c +++ b/drivers/dma/imx-sdma.c | |||
@@ -449,7 +449,7 @@ static void sdma_handle_channel_loop(struct sdma_channel *sdmac) | |||
449 | if (bd->mode.status & BD_RROR) | 449 | if (bd->mode.status & BD_RROR) |
450 | sdmac->status = DMA_ERROR; | 450 | sdmac->status = DMA_ERROR; |
451 | else | 451 | else |
452 | sdmac->status = DMA_SUCCESS; | 452 | sdmac->status = DMA_IN_PROGRESS; |
453 | 453 | ||
454 | bd->mode.status |= BD_DONE; | 454 | bd->mode.status |= BD_DONE; |
455 | sdmac->buf_tail++; | 455 | sdmac->buf_tail++; |