clk: bcm2835: Remove unused variable
authorMaxime Ripard <maxime@cerno.tech>
Tue, 22 Feb 2022 14:07:32 +0000 (15:07 +0100)
committerStephen Boyd <sboyd@kernel.org>
Sat, 12 Mar 2022 03:22:38 +0000 (19:22 -0800)
commit09e3b18ca5def4680b65d60159e595dbbcf7743f
tree914b0947bf788a68d344df2182be91b205649fa0
parent6d6ef58c2470da85a99119f74d34216c8074b9f0
clk: bcm2835: Remove unused variable

Since commit 8ca011ef4af4 ("clk: bcm-2835: Remove rounding up the
dividers"), the rem variable is still set but no longer used. Remove it.

Fixes: 8ca011ef4af4 ("clk: bcm-2835: Remove rounding up the dividers")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220222140732.253819-1-maxime@cerno.tech
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/bcm/clk-bcm2835.c