[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221209011911.EACF1C433F0@smtp.kernel.org>
Date: Thu, 08 Dec 2022 17:19:09 -0800
From: Stephen Boyd <sboyd@...nel.org>
To: Liam Beguin <liambeguin@...il.com>,
Michael Turquette <mturquette@...libre.com>
Cc: linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
kernel test robot <lkp@...el.com>
Subject: Re: [PATCH v1 1/4] clk: lmk04832: declare variables as const when possible
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@...el.com>
> Link: https://lore.kernel.org/all/202203312017.5YW13Jr4-lkp@intel.com/
> Signed-off-by: Liam Beguin <liambeguin@...il.com>
> ---
Applied to clk-next
Powered by blists - more mailing lists