Re: [PATCH v9 3/9] thermal/drivers/exynos: Handle optional triminfo clock correctly
From: Anand Moon
Date: Tue Sep 15 2026 - 00:45:31 EST
Hi Krzysztof,
Thanks for your review comments.
On Mon, 14 Sept 2026 at 12:37, Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On 13/09/2026 16:58, Anand Moon wrote:
> > The triminfo clock is obtained using devm_clk_get_optional_prepared(),
>
> No, it is not. It is devm_clk_get().
>
The data->clk_sec checks were changed to handle the NULL return
from devm_clk_get_optional_prepared() its only used by Exynos5420.
> Order your patches correctly or do not introduce bugs in patch #1 which
> you then fixup in next patch.
>
I will reorder / fix the series so that the clock API conversion and
the error NULL
handling are introduced together.
>
> Best regards,
> Krzysztof
Thanks
-Anand