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)
commita3c9e13ff0f4f41e4ed4c5111e29a0a7cfd2e119
tree27eabc9c64d4a2b59cfbe868014d61706367d8ff
parentd635c3512d3cd38814a77ef40c06078d9a7b1aa3
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