]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb8e3abef0b29c9544c689ad5d4772e19cb2ad6af
treecd83d2520cd19b990d921b503c900c63a022e048
parent6130273b50f1c98f17546ef05994fd2d0bab7397
parentd307834e660c62d8d229d0cb1b3c5bcee925b2c2
Merge branch 'renesas-dead-code'

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>