Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[deliverable/linux.git] / drivers / phy / phy-rockchip-usb.c
index f62d899063a336a8e265f747d7a754744307c486..d60b149cff0fa7f44c28bea07d55579f9efc80d7 100644 (file)
@@ -216,7 +216,7 @@ static int rockchip_usb_phy_init(struct rockchip_usb_phy_base *base,
                        init.parent_names = &clk_name;
                        init.num_parents = 1;
                } else {
-                       init.flags = CLK_IS_ROOT;
+                       init.flags = 0;
                        init.parent_names = NULL;
                        init.num_parents = 0;
                }
This page took 0.030874 seconds and 5 git commands to generate.