Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 1 Sep 2025 15:32:23 +0800 you wrote:
Fix multiple fwnode reference leaks:
The function calls fwnode_get_named_child_node() to get the "leds" node, but never calls fwnode_handle_put(leds) to release this reference.
Within the fwnode_for_each_child_node() loop, the early return paths that don't properly release the "led" fwnode reference.
[...]
Here is the summary with links: - [v2] net: dsa: mv88e6xxx: Fix fwnode reference leaks in mv88e6xxx_port_setup_leds https://git.kernel.org/netdev/net/c/f63e7c8a8389
You are awesome, thank you!