]> git.baikalelectronics.ru Git - kernel.git/commit
clk: mmp: pxa168: fix const-correctness
authorDoug Brown <doug@schmorgal.com>
Sun, 12 Jun 2022 19:29:30 +0000 (12:29 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 30 Sep 2022 20:34:06 +0000 (13:34 -0700)
commit543126a9f2e6364ae5a3d93de3181d86934bbddc
tree99d35a6890abc9463c8c7ef30a0d205a962b721d
parent4813c51c4af8d524bb08840818b6643db708e5cd
clk: mmp: pxa168: fix const-correctness

While working on this series of patches, checkpatch recommended that
an extra const should be added to the mux parent arrays.

Signed-off-by: Doug Brown <doug@schmorgal.com>
Link: https://lore.kernel.org/r/20220612192937.162952-6-doug@schmorgal.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mmp/clk-of-pxa168.c