Re: [PATCH net-next v2 05/13] net: phy: Fix missing of_node_put() for leds
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2024-08-28 15:45:29
Also in:
linux-sunxi, lkml, netdev
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2024-08-28 15:45:29
Also in:
linux-sunxi, lkml, netdev
Jinjie Ruan wrote:
The call of of_get_child_by_name() will cause refcount incremented
for leds, if it succeeds, it should call of_node_put() to decrease
it, fix it.
Fixes: 01e5b728e9e4 ("net: phy: Add a binding for PHY LEDs")
Signed-off-by: Jinjie Ruan <redacted>Fixes should go to net. Should not be part of this series?