mbox series

[PATCHv2,net-next,0/2] simplify with devm

Message ID 20241203221644.136104-1-rosenp@gmail.com (mailing list archive)
Headers show
Series simplify with devm | expand

Message

Rosen Penev Dec. 3, 2024, 10:16 p.m. UTC
Makes probe simpler and easier to reason about.

v2: Just resent.

Rosen Penev (2):
  net: mdio-ipq8064: use platform_get_resource
  net: mdio-ipq8064: remove _remove function

 drivers/net/mdio/mdio-ipq8064.c | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

Comments

Andrew Lunn Dec. 3, 2024, 11:47 p.m. UTC | #1
On Tue, Dec 03, 2024 at 02:16:42PM -0800, Rosen Penev wrote:
> Makes probe simpler and easier to reason about.

Hi Rosen

For all future patches, please say either:

Test on real hardware.

or

Compile tested only

We need to know this to help determine the risk of accepting the
patches. Clearly something you have tested is a lot lower risk than
something which is only compile tested.

	Andrew