]> git.baikalelectronics.ru Git - kernel.git/commit
clk: imx: pll14xx: drop unused variable
authorPeng Fan <peng.fan@nxp.com>
Thu, 25 Apr 2019 10:14:28 +0000 (10:14 +0000)
committerStephen Boyd <sboyd@kernel.org>
Thu, 25 Apr 2019 21:42:02 +0000 (14:42 -0700)
commitdffafcec154e9f68cf9cb128f7971bb8028f2b0d
tree27eabc9c64d4a2b59cfbe868014d61706367d8ff
parentf18d8cc72299a4af882609c5ab4ffd5267e50f94
clk: imx: pll14xx: drop unused variable

It does not make sense to only get value from pll->base and assign
to a local variable when recalc_rate.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/imx/clk-pll14xx.c