]> 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)
commitddbf8bf2e86ff77ebcda72ebe132f7b6f478cea6
tree99d35a6890abc9463c8c7ef30a0d205a962b721d
parent168597fb617546bb3264f2d755ed6d7b25bb62a4
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