clk: zynq: Remove pointless return at end of void function
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
This commit is contained in:
parent
88cebf5e09
commit
034cc6ebae
|
@ -619,5 +619,4 @@ void __init zynq_clock_init(void)
|
||||||
np_err:
|
np_err:
|
||||||
of_node_put(np);
|
of_node_put(np);
|
||||||
BUG();
|
BUG();
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue