commit | 3fd177cb2b47b29d36431229e4737e7286eefa29 | [log] [tgz] |
---|---|---|
author | Dejin Zheng <zhengdejin5@gmail.com> | Thu Mar 19 21:16:38 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 19 21:05:27 2020 -0700 |
tree | ae159d728478ba6e414fe00ee3bff02f7704241b | |
parent | 09d65e6d631c052d6b03ef862e93cbb10649df58 [diff] |
net: stmmac: dwmac_lib: remove unnecessary checks in dwmac_dma_reset() 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@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>