Re: [PATCH] clk: stm32f4: fix an uninitialized variable
From: Stephen Boyd
Date: Tue Mar 04 2025 - 14:50:55 EST
Quoting Dario Binacchi (2025-01-24 03:16:54)
> The variable s, used by pr_debug() to print the mnemonic of the modulation
> depth in use, was not initialized. Fix the output by addressing the correct
> mnemonic.
>
> Fixes: 65b3516dbe50 ("clk: stm32f4: support spread spectrum clock generation")
> Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> Signed-off-by: Dario Binacchi <dario.binacchi@xxxxxxxxxxxxxxxxxxxx>
>
> ---
Applied to clk-next