phy: core: Let node ptr of PHY point to PHY and not of PHY provider
[deliverable/linux.git] / drivers / phy / phy-omap-usb2.c
index 34b396146c8a1e2fbc273b4f3cdadc13640e6e50..93d78359246c82c815418df9fc3aec0f1f11f5c7 100644 (file)
@@ -263,7 +263,7 @@ static int omap_usb2_probe(struct platform_device *pdev)
 
        platform_set_drvdata(pdev, phy);
 
-       generic_phy = devm_phy_create(phy->dev, &ops, NULL);
+       generic_phy = devm_phy_create(phy->dev, NULL, &ops, NULL);
        if (IS_ERR(generic_phy))
                return PTR_ERR(generic_phy);
 
This page took 0.060519 seconds and 5 git commands to generate.