Merge branch 'renesas-dead-code'
authorDavid S. Miller <davem@davemloft.net>
Mon, 31 Jan 2022 11:42:13 +0000 (11:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Jan 2022 11:42:13 +0000 (11:42 +0000)
Sergey Shtylyov says:

====================
Remove some dead code in the Renesas Ethernet drivers

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...
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge