Commit 7db5f727 authored by Vinod Koul's avatar Vinod Koul

dmaengine: remove unused DMA_SUCCESS

after all the users are converted
Acked-by: default avatarDan Williams <dan.j.williams@intel.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 27bf6970
......@@ -51,7 +51,7 @@ static inline int dma_submit_error(dma_cookie_t cookie)
* @DMA_ERROR: transaction failed
*/
enum dma_status {
DMA_SUCCESS = 0, DMA_COMPLETE = 0,
DMA_COMPLETE,
DMA_IN_PROGRESS,
DMA_PAUSED,
DMA_ERROR,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment