Merge branch 'mdio-platform-remove-void'
authorDavid S. Miller <davem@davemloft.net>
Wed, 20 Sep 2023 09:29:35 +0000 (10:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Sep 2023 09:29:35 +0000 (10:29 +0100)
commita76c22e22cb7aecc22051f0bfe36eb50189738fe
treeda1523adda2d2244febf0083d0d99229a8dfd81d
parentad1e15dd2bb084a85b287fd1cedea42f642e3e47
parent032ca4f9e782153aef1dccef6d7f7c75c6f77fd3
Merge branch 'mdio-platform-remove-void'

Uwe Kleine-König says:

====================
net: mdio: Convert to platform remove callback returning void

this series convert all platform drivers below drivers/net/mdio 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.

See commit 5c5a7680e67b ("platform: Provide a remove callback that
returns no value") for an extended explanation and the eventual goal.

There are no interdependencies between the patches. As there are still
quite a few drivers to convert, I'm happy about every patch that makes
it in. So even if there is a merge conflict with one patch until you
apply, please apply the remainder of this series anyhow.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>