OSDN Git Service

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)
commit116ea68dc766f662f3d29ab19aa318b42b8d4dab
treecd83d2520cd19b990d921b503c900c63a022e048
parentcc4598cf179ff636d7634008045905a88480bb88
parente7d966f9ea52c4c77491646068dbd5412a6225b4
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>