Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,