Re: [PATCH] net: stmmac: dwmac_lib: remove unnecessary checks in dwmac_dma_reset()

From: David Miller
Date: Fri Mar 20 2020 - 00:08:07 EST


From: Dejin Zheng <zhengdejin5@xxxxxxxxx>
Date: Thu, 19 Mar 2020 21:10:19 +0800

> it will check the return value of dwmac_dma_reset() in the
> stmmac_init_dma_engine() function and report an error if the
> return value is not zero. so don't need check here.
>
> Signed-off-by: Dejin Zheng <zhengdejin5@xxxxxxxxx>

Applied, thanks.