clk: socfpga: clk-pll: Remove unused variable 'rc'
authorJian Xin <xinjian@yulong.com>
Wed, 9 Jun 2021 07:37:42 +0000 (15:37 +0800)
committerStephen Boyd <sboyd@kernel.org>
Mon, 28 Jun 2021 00:33:21 +0000 (17:33 -0700)
commit99c6fc6d7ecb7961b33d6503a71c868bb4009478
treea40c24601165333e9d7664349fdb25b205dd44a7
parentdfd1427c3769ba51297777dbb296f1802d72dbf6
clk: socfpga: clk-pll: Remove unused variable 'rc'

Fix the following build warning:
  drivers/clk/socfpga/clk-pll.c: In function ‘__socfpga_pll_init’:
  drivers/clk/socfpga/clk-pll.c:83:6: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable]

Signed-off-by: Jian Xin <xinjian@yulong.com>
Link: https://lore.kernel.org/r/20210609073742.722911-1-xinjian34324@163.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/socfpga/clk-pll.c