phy: core: Let node ptr of PHY point to PHY and not of PHY provider
[firefly-linux-kernel-4.4.55.git] / drivers / phy / phy-exynos5-usbdrd.c
index 205159db37a32501c13bac80c67006d9ffeb5885..b05302b09c9fd0f0bdca202f1b52f1e51b94e0f1 100644 (file)
@@ -635,7 +635,8 @@ static int exynos5_usbdrd_phy_probe(struct platform_device *pdev)
        dev_vdbg(dev, "Creating usbdrd_phy phy\n");
 
        for (i = 0; i < EXYNOS5_DRDPHYS_NUM; i++) {
-               struct phy *phy = devm_phy_create(dev, &exynos5_usbdrd_phy_ops,
+               struct phy *phy = devm_phy_create(dev, NULL,
+                                                 &exynos5_usbdrd_phy_ops,
                                                  NULL);
                if (IS_ERR(phy)) {
                        dev_err(dev, "Failed to create usbdrd_phy phy\n");