Re: [PATCH v1 1/4] clk: lmk04832: declare variables as const when possible

From: Stephen Boyd
Date: Thu Dec 08 2022 - 20:19:20 EST


Quoting Liam Beguin (2022-11-19 19:02:54)
> Fix the following warning reported by the kernel test robot.
>
> cppcheck possible warnings: (new ones prefixed by >>, may not real problems)
> >> drivers/clk/clk-lmk04832.c:357:15: warning: Variable 'pll2_p' can be declared with const [constVariable]
> unsigned int pll2_p[] = {8, 2, 2, 3, 4, 5, 6, 7};
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Link: https://lore.kernel.org/all/202203312017.5YW13Jr4-lkp@xxxxxxxxx/
> Signed-off-by: Liam Beguin <liambeguin@xxxxxxxxx>
> ---

Applied to clk-next