Re: [PATCH] clk: rk808: fix OF node reference imbalance
From: Heiko Stuebner
Date: Mon Apr 27 2026 - 08:39:23 EST
Am Montag, 27. April 2026, 14:03:20 Mitteleuropäische Sommerzeit schrieb Johan Hovold:
> On Mon, Apr 27, 2026 at 01:17:39PM +0200, Heiko Stuebner wrote:
>
> > Looking at the device_set_of_node_from_dev() function, this is the
> > right move, so
> >
> > Reviewed-by: Heiko Stuebner <heiko@xxxxxxxxx>
>
> Thanks for reviewing.
>
> > It also seems the rk808-regulator.c might be another candidate for
> > this, as it also takes the node without of_node_get and manually
> > setting the of_node_reused flag.
>
> That's fixed in 7.1-rc1:
>
> 65290b24d8a5 ("regulator: rk808: fix OF node reference imbalance")
nice ... should've looked there, instead of v7.0 :-)
Heiko