mbox series

[v2,0/2] Remove some dead code in the Renesas Ethernet drivers

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

Message

Sergey Shtylyov Jan. 29, 2022, 11:55 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 31, 2022, 11:50 a.m. UTC | #1
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!