netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] net: ethernet: Drop empty platform remove function
@ 2022-12-27 21:45 Uwe Kleine-König
  2022-12-27 21:45 ` [PATCH 1/2] net: ethernet: broadcom: bcm63xx_enet: " Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2022-12-27 21:45 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Claudiu Manoil
  Cc: netdev, kernel

Hello,

this series drops all empty remove callbacks from platform drivers. A
callback that only returns zero is equivalent to no callback at all, so
use this simpler approach.

Best regards
Uwe

Uwe Kleine-König (2):
  net: ethernet: broadcom: bcm63xx_enet: Drop empty platform remove
    function
  net: ethernet: freescale: enetc: Drop empty platform remove function

 drivers/net/ethernet/broadcom/bcm63xx_enet.c      | 6 ------
 drivers/net/ethernet/freescale/enetc/enetc_ierb.c | 6 ------
 2 files changed, 12 deletions(-)


base-commit: 1b929c02afd37871d5afb9d498426f83432e71c2
-- 
2.38.1


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

end of thread, other threads:[~2022-12-30  7:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-27 21:45 [PATCH 0/2] net: ethernet: Drop empty platform remove function Uwe Kleine-König
2022-12-27 21:45 ` [PATCH 1/2] net: ethernet: broadcom: bcm63xx_enet: " Uwe Kleine-König
2022-12-28  0:05   ` Florian Fainelli
2022-12-27 21:45 ` [PATCH 2/2] net: ethernet: freescale: enetc: " Uwe Kleine-König
2022-12-30  7:40 ` [PATCH 0/2] net: ethernet: " 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;
as well as URLs for NNTP newsgroup(s).