phy: core: Let node ptr of PHY point to PHY and not of PHY provider
[deliverable/linux.git] / drivers / phy / phy-twl4030-usb.c
index 2e0e9b3774c88d7501462466dd858d3a3bf7edd0..e1a6623d4696f1c24267292764b58f65b6137f47 100644 (file)
@@ -695,7 +695,7 @@ static int twl4030_usb_probe(struct platform_device *pdev)
        otg->set_host           = twl4030_set_host;
        otg->set_peripheral     = twl4030_set_peripheral;
 
-       phy = devm_phy_create(twl->dev, &ops, init_data);
+       phy = devm_phy_create(twl->dev, NULL, &ops, init_data);
        if (IS_ERR(phy)) {
                dev_dbg(&pdev->dev, "Failed to create PHY\n");
                return PTR_ERR(phy);
This page took 0.029028 seconds and 5 git commands to generate.