1
0
Fork 0

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>
hifive-unleashed-5.1
Soren Brinkmann 2014-09-02 16:02:08 -07:00 committed by Mike Turquette
parent 88cebf5e09
commit 034cc6ebae
1 changed files with 0 additions and 1 deletions

View File

@ -619,5 +619,4 @@ void __init zynq_clock_init(void)
np_err:
of_node_put(np);
BUG();
return;
}