Re: [PATCH] clk: Correct the data types of the variables in clk_calc_new_rates

From: Stephen Boyd
Date: Tue Mar 04 2025 - 15:59:19 EST


Quoting Chuan Liu via B4 Relay (2025-02-07 01:36:10)
> From: Chuan Liu <chuan.liu@xxxxxxxxxxx>
>
> In clk_calc_new_rates, the "ret" is only used to store the return value
> of clk_core_determine_round_nolock, and the data type of the return
> value of clk_core_determine_round_nolock is int.
>
> Signed-off-by: Chuan Liu <chuan.liu@xxxxxxxxxxx>
> ---

Applied to clk-next