aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea@microchip.com>2019-06-27 18:53:43 +0300
committerStephen Boyd <sboyd@kernel.org>2019-06-27 11:18:20 -0700
commit8c938c2d00c14e6af0c3401d31443d2fd626b664 (patch)
tree20be218ec4ca33589cd506573ff01f7ed686f81f /drivers/clk/at91
parentclk: at91: sckc: improve error path for sam9x5 sck register (diff)
downloadlinux-dev-8c938c2d00c14e6af0c3401d31443d2fd626b664.tar.xz
linux-dev-8c938c2d00c14e6af0c3401d31443d2fd626b664.zip
clk: at91: sckc: remove unnecessary line
Remove unnecessary line. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/at91')
-rw-r--r--drivers/clk/at91/sckc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/at91/sckc.c b/drivers/clk/at91/sckc.c
index 0641f9b37333..a9c2ad68e155 100644
--- a/drivers/clk/at91/sckc.c
+++ b/drivers/clk/at91/sckc.c
@@ -596,7 +596,6 @@ static void __init of_sama5d4_sckc_setup(struct device_node *np)
osc->startup_usec = 1200000;
osc->bits = &at91sama5d4_bits;
- hw = &osc->hw;
ret = clk_hw_register(NULL, &osc->hw);
if (ret) {
kfree(osc);