xhci: Add completion code to the debug ouput of unhandled transfer events
[deliverable/linux.git] / drivers / phy / phy-spear1310-miphy.c
index 5f4c586ee951ddd95776f92d6303987f2714fb3b..9f47fae7eecb76d7e6b23c78050b1507ce97f107 100644 (file)
@@ -227,7 +227,7 @@ static int spear1310_miphy_probe(struct platform_device *pdev)
                return -EINVAL;
        }
 
-       priv->phy = devm_phy_create(dev, NULL, &spear1310_miphy_ops, NULL);
+       priv->phy = devm_phy_create(dev, NULL, &spear1310_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.078175 seconds and 5 git commands to generate.