Here are 2 patches against DaveM's 'net-next.git' repo. The Renesas drivers call their ndo_stop() methods directly and they always return 0, making the result checks pointless, hence remove them... Sergey Shtylyov (2): ravb: ravb_close() always returns 0 sh_eth: sh_eth_close() always returns 0 drivers/net/ethernet/renesas/ravb_main.c | 5 +---- drivers/net/ethernet/renesas/sh_eth.c | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) -- 2.26.3