Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[deliverable/linux.git] / drivers / clk / clk-si5351.c
index 850316ac88317a485dd77e8811dac736ce8da6ac..b1bc12c045d34aff63f271bcc6faf93ecce2bff0 100644 (file)
@@ -1495,7 +1495,7 @@ static int si5351_i2c_probe(struct i2c_client *client,
        if (drvdata->variant == SI5351_VARIANT_B) {
                init.name = si5351_pll_names[2];
                init.ops = &si5351_vxco_ops;
-               init.flags = CLK_IS_ROOT;
+               init.flags = 0;
                init.parent_names = NULL;
                init.num_parents = 0;
        } else {
This page took 0.027681 seconds and 5 git commands to generate.