|
@@ -449,7 +449,7 @@ static void sdma_handle_channel_loop(struct sdma_channel *sdmac)
|
|
if (bd->mode.status & BD_RROR)
|
|
if (bd->mode.status & BD_RROR)
|
|
sdmac->status = DMA_ERROR;
|
|
sdmac->status = DMA_ERROR;
|
|
else
|
|
else
|
|
- sdmac->status = DMA_SUCCESS;
|
|
|
|
|
|
+ sdmac->status = DMA_IN_PROGRESS;
|
|
|
|
|
|
bd->mode.status |= BD_DONE;
|
|
bd->mode.status |= BD_DONE;
|
|
sdmac->buf_tail++;
|
|
sdmac->buf_tail++;
|