Message ID | 20220129115517.11891-1-s.shtylyov@omp.ru (mailing list archive) |
---|---|
Headers | show |
Series | Remove some dead code in the Renesas Ethernet drivers | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Sat, 29 Jan 2022 14:55:15 +0300 you wrote: > 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 > > [...] Here is the summary with links: - [v2,1/2] ravb: ravb_close() always returns 0 https://git.kernel.org/netdev/net-next/c/be94a51f3e5e - [v2,2/2] sh_eth: sh_eth_close() always returns 0 https://git.kernel.org/netdev/net-next/c/e7d966f9ea52 You are awesome, thank you!