Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c938c2d authored by Claudiu Beznea's avatar Claudiu Beznea Committed by Stephen Boyd
Browse files

clk: at91: sckc: remove unnecessary line



Remove unnecessary line.

Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Reviewed-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 82e25dc8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);