提交 7db5f727 编写于 作者: V Vinod Koul

dmaengine: remove unused DMA_SUCCESS

after all the users are converted
Acked-by: NDan Williams <dan.j.williams@intel.com>
Acked-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册