phy: core: Let node ptr of PHY point to PHY and not of PHY provider
[deliverable/linux.git] / drivers / phy / phy-bcm-kona-usb2.c
index e94f5a6a5645a33acaad36e64da7ac9c2d44b364..894fe74c1e44fc8931933b7f1fd2ec0110619e7c 100644 (file)
@@ -117,7 +117,7 @@ static int bcm_kona_usb2_probe(struct platform_device *pdev)
 
        platform_set_drvdata(pdev, phy);
 
-       gphy = devm_phy_create(dev, &ops, NULL);
+       gphy = devm_phy_create(dev, NULL, &ops, NULL);
        if (IS_ERR(gphy))
                return PTR_ERR(gphy);
 
This page took 0.025678 seconds and 5 git commands to generate.