clk: mux: Declare u32 *table parameter as const
The elements of the table are never modified in clk-mux.c. To make this clear to clock drivers, declare the parameter as const u32 *table. Signed-off-by:Jonathan Neuschäfer <j.neuschaefer@gmx.net> Link: https://lore.kernel.org/r/20220205103613.1216218-4-j.neuschaefer@gmx.net Signed-off-by:
Stephen Boyd <sboyd@kernel.org>
Loading
Please register or sign in to comment