Messages in this thread |  | | Date | Mon, 6 Apr 2026 01:30:40 +0200 | | From | Andrew Lunn <> | | Subject | Re: [PATCH] net: mdio: realtek-rtl9300: use scoped device_for_each_child_node loop |
| |
On Sun, Apr 05, 2026 at 02:51:52PM +0800, Felix Gu wrote: > Switch to device_for_each_child_node_scoped() to auto-release fwnode > references on early exit. > > Fixes: 24e31e474769 ("net: mdio: Add RTL9300 MDIO driver") > Signed-off-by: Felix Gu <ustc.gu@gmail.com>
Hi Felix
Please take a read of:
https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html
You need to set the subject line correctly.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
|  |