From: Claudiu Beznea Date: Thu, 27 Jun 2019 15:53:43 +0000 (+0300) Subject: clk: at91: sckc: remove unnecessary line X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8c938c2d00c14e6af0c3401d31443d2fd626b664;p=linux.git clk: at91: sckc: remove unnecessary line Remove unnecessary line. Signed-off-by: Claudiu Beznea Reviewed-by: Alexandre Belloni Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/at91/sckc.c b/drivers/clk/at91/sckc.c index 0641f9b37333d..a9c2ad68e155c 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);