Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Remove some dead code in the Renesas Ethernet drivers
@ 2022-01-29 11:55 Sergey Shtylyov
  2022-01-29 11:55 ` [PATCH v2 1/2] ravb: ravb_close() always returns 0 Sergey Shtylyov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sergey Shtylyov @ 2022-01-29 11:55 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, netdev; +Cc: linux-renesas-soc

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(-)

-- 
2.26.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-02-02 14:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-29 11:55 [PATCH v2 0/2] Remove some dead code in the Renesas Ethernet drivers Sergey Shtylyov
2022-01-29 11:55 ` [PATCH v2 1/2] ravb: ravb_close() always returns 0 Sergey Shtylyov
2022-02-01  8:55   ` Geert Uytterhoeven
2022-01-29 11:55 ` [PATCH v2 2/2] sh_eth: sh_eth_close() " Sergey Shtylyov
2022-02-01  8:58   ` Geert Uytterhoeven
2022-02-02 14:57     ` Sergei Shtylyov
2022-01-31 11:50 ` [PATCH v2 0/2] Remove some dead code in the Renesas Ethernet drivers patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox