Message ID | 20230918191916.1299418-1-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | net: dsa: Convert to platform remove callback returning void | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 18 Sep 2023 21:19:07 +0200 you wrote: > Hello, > > this series converts all platform drivers below drivers/net/dsa to use > remove_new. The motivation is to get rid of an integer return code > that is (mostly) ignored by the platform driver core and error prone on > the driver side. > > [...] Here is the summary with links: - [net-next,1/9] net: dsa: b53: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/c306171d6914 - [net-next,2/9] net: dsa: bcm_sf2: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/75f5205f1dd8 - [net-next,3/9] net: dsa: hirschmann: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/beb8592d0416 - [net-next,4/9] net: dsa: lantiq_gswip: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/a59f960c4d10 - [net-next,5/9] net: dsa: mt7530: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/9764bbad3d33 - [net-next,6/9] net: dsa: ocelot: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/68ace16ce330 - [net-next,7/9] net: dsa: realtek: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/d48a5472b8f2 - [net-next,8/9] net: dsa: rzn1_a5psw: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/76be075d7f99 - [net-next,9/9] net: dsa: vitesse-vsc73xx: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/ce322d45683f You are awesome, thank you!