Re: [PATCH] clk: ti: Fix reference imbalance in ti_find_clock_provider

From: Tony Lindgren
Date: Tue Aug 23 2022 - 12:03:25 EST


* Romain Naour <romain.naour@xxxxxxxx> [220823 09:22]:
> Hello,
>
> Le 19/08/2022 à 23:23, Stephen Boyd a écrit :
> > Quoting Jan Kiszka (2022-08-08 15:26:58)
> >> From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx>
> >>
> >> When a clock is found via clock-output-names, we need to reference it
> >> explicitly to match of_find_node_by_name behavior. Failing to do so
> >> causes warnings like this:
> >>
> >
> > Is this superseeded by
> > https://lore.kernel.org/r/20220621091118.33930-1-tony@xxxxxxxxxxx?
>
> I noticed the same issue and tested separately with both patches.
>
> Indeed, this patch is not needed anymore with "[PATCH] clk: ti: Fix missing
> of_node_get() ti_find_clock_provider()" applied.

OK good to hear and thanks for testing.

Regards,

Tony