Skip to content
Commit 415612c1 authored by Sachin Kamat's avatar Sachin Kamat Committed by Vinod Koul
Browse files

dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion status



Use the recently introduced DMA_COMPLETE instead of DMA_SUCCESS.
Without this patch we get the following build error:
drivers/dma/s3c24xx-dma.c: In function ‘s3c24xx_dma_tx_status’:
drivers/dma/s3c24xx-dma.c:798:13: error: ‘DMA_SUCCESS’ undeclared
(first use in this function)

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Acked-by: default avatarHeiko Stuebner <heiko@sntech.de>
Acked-by: default avatarKukjin Kim <kgene@kernel.org>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 6ce4eac1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment