2023-09-12 18:06:27

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] clk: tegra: fix error return case for recalc_rate

Quoting Mikko Perttunen (2023-09-12 04:29:50)
> From: Timo Alho <[email protected]>
>
> tegra-bpmp clocks driver makes implicit conversion of signed error
> code to unsigned value in recalc_rate operation. The behavior for
> recalc_rate, according to it's specification, should be that "If the
> driver cannot figure out a rate for this clock, it must return 0."
>
> Fixes: ca6f2796eef7 ("clk: tegra: Add BPMP clock driver")
> Signed-off-by: Timo Alho <[email protected]>
> Signed-off-by: Mikko Perttunen <[email protected]>
> ---

Applied to clk-fixes