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

Commit 034cc6eb authored by Soren Brinkmann's avatar Soren Brinkmann Committed by Mike Turquette
Browse files

clk: zynq: Remove pointless return at end of void function

parent 88cebf5e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -619,5 +619,4 @@ void __init zynq_clock_init(void)
np_err:
	of_node_put(np);
	BUG();
	return;
}