Re: [PATCH] clk: sophgo: clk-sg2042-pll: Fix uninitialized variable in debug output
From: Stephen Boyd
Date: Thu Jul 18 2024 - 16:33:30 EST
Quoting Dan Carpenter (2024-07-17 19:25:53)
> If sg2042_get_pll_ctl_setting() fails then "value" isn't initialized and
> it is printed in the debug output. Initialize it to zero.
>
> Fixes: 48cf7e01386e ("clk: sophgo: Add SG2042 clock driver")
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> ---
Applied to clk-next