[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <801d98af-2a41-0f78-ec97-da20c56e49a2@linexp.org>
Date: Mon, 4 Jul 2022 23:18:14 +0200
From: Daniel Lezcano <daniel.lezcano@...exp.org>
To: Lukasz Luba <lukasz.luba@....com>, daniel.lezcano@...aro.org
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
khilman@...libre.com, abailon@...libre.com,
Amit Kucheria <amitk@...nel.org>,
Zhang Rui <rui.zhang@...el.com>, rafael@...nel.org
Subject: Re: [PATCH v3 02/12] thermal/of: Replace device node match with
device node search
On 04/07/2022 09:59, Lukasz Luba wrote:
[ ... ]
>> - for_each_child_of_node(child, gchild) {
>> + for_each_child_of_node(trips, gchild) {
>> ret = thermal_of_populate_trip(gchild, &tz->trips[i++]);
>> if (ret)
>> goto free_trips;
>> }
>> - of_node_put(child);
>> -
>
> It's probably needed to put the 'trips' here, isn't it?
> Or at the end in 'free_trips'.
Right, it is fixed later in another patch but I'll fix it here too.
Thanks for spotting this
Powered by blists - more mailing lists