diff options
Diffstat (limited to 'drivers')
-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 fc43603cf0bb..0e03b3146b32 100644 --- a/drivers/dma/imx-sdma.c +++ b/drivers/dma/imx-sdma.c | |||
@@ -638,7 +638,7 @@ static void mxc_sdma_handle_channel_normal(struct sdma_channel *sdmac) | |||
638 | if (error) | 638 | if (error) |
639 | sdmac->status = DMA_ERROR; | 639 | sdmac->status = DMA_ERROR; |
640 | else | 640 | else |
641 | sdmac->status = DMA_SUCCESS; | 641 | sdmac->status = DMA_COMPLETE; |
642 | 642 | ||
643 | dma_cookie_complete(&sdmac->desc); | 643 | dma_cookie_complete(&sdmac->desc); |
644 | if (sdmac->desc.callback) | 644 | if (sdmac->desc.callback) |