Merge branch 'clk-fixes' into clk-next
[linux-2.6-block.git] / drivers / clk / clk.c
index 0ebcf449778abc18e9956733ebb55db2e5dc77f9..b005f666e3a1a7166c7d348ab55405b1c7e5a407 100644 (file)
@@ -1685,7 +1685,7 @@ static struct clk_core *__clk_init_parent(struct clk_core *core)
                        "%s: multi-parent clocks must implement .get_parent\n",
                        __func__);
                goto out;
-       };
+       }
 
        /*
         * Do our best to cache parent clocks in core->parents.  This prevents