Hi Andrew, Thanks for the feedback. > -----Original Message----- > From: Andrew Lunn <andrew@xxxxxxx> > Sent: 01 February 2025 18:42 > To: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > Subject: Re: [PATCH] net: dsa: rzn1_a5psw: Use of_get_available_child_by_name() > > On Sat, Feb 01, 2025 at 04:33:43PM +0000, Biju Das wrote: > > Simplify a5psw_probe() by using of_get_available_child_by_name(). > > > > While at it, move of_node_put(mdio) inside the if block to avoid code > > duplication. > > > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > --- > > This patch is only compile tested and depend upon[1] [1] > > https://lore.kernel.org/all/20250201093126.7322-1-biju.das.jz@bp.renes > > as.com/ > > It would be good to point out the status of this patch. Will it be in -rc1? > > Since netdev is closed at the moment because of the merge window, you need to repost anyway, once it > repopen. The tree you will be basing your patch on, net-next, will include -rc1, so you won't need to > mention the dependency. > > https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html Thanks. I will send next version once the dependency patch hits on net-next. Cheers, Biju