diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2019-06-27 18:53:43 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-06-27 11:18:20 -0700 |
commit | 8c938c2d00c14e6af0c3401d31443d2fd626b664 (patch) | |
tree | 20be218ec4ca33589cd506573ff01f7ed686f81f | |
parent | 82e25dc8f6bef3e08d7b58720f8812c12f2e3a89 (diff) | |
download | linux-8c938c2d00c14e6af0c3401d31443d2fd626b664.tar.bz2 |
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>
-rw-r--r-- | drivers/clk/at91/sckc.c | 1 |
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); |