phy: remove the old lookup method
[deliverable/linux.git] / drivers / phy / phy-spear1340-miphy.c
index 1ecd0945bad31ba2fabd77cf42f16d11a6d19fc0..e42bc200275f1e228813a8a26c7d4407bc3c9354 100644 (file)
@@ -259,7 +259,7 @@ static int spear1340_miphy_probe(struct platform_device *pdev)
                return PTR_ERR(priv->misc);
        }
 
-       priv->phy = devm_phy_create(dev, NULL, &spear1340_miphy_ops, NULL);
+       priv->phy = devm_phy_create(dev, NULL, &spear1340_miphy_ops);
        if (IS_ERR(priv->phy)) {
                dev_err(dev, "failed to create SATA PCIe PHY\n");
                return PTR_ERR(priv->phy);
This page took 0.027459 seconds and 5 git commands to generate.