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>
This commit is contained in:
parent
82e25dc8f6
commit
8c938c2d00
@ -596,7 +596,6 @@ static void __init of_sama5d4_sckc_setup(struct device_node *np)
|
|||||||
osc->startup_usec = 1200000;
|
osc->startup_usec = 1200000;
|
||||||
osc->bits = &at91sama5d4_bits;
|
osc->bits = &at91sama5d4_bits;
|
||||||
|
|
||||||
hw = &osc->hw;
|
|
||||||
ret = clk_hw_register(NULL, &osc->hw);
|
ret = clk_hw_register(NULL, &osc->hw);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
kfree(osc);
|
kfree(osc);
|
||||||
|
Loading…
Reference in New Issue
Block a user