xhci: Add completion code to the debug ouput of unhandled transfer events
[deliverable/linux.git] / drivers / phy / phy-xgene.c
index f8a51b16ade8efc279be7d72340b42b6c955fdef..29214a36ea28ef0c13ab972693f23e004fa77612 100644 (file)
@@ -1707,7 +1707,7 @@ static int xgene_phy_probe(struct platform_device *pdev)
        ctx->dev = &pdev->dev;
        platform_set_drvdata(pdev, ctx);
 
-       ctx->phy = devm_phy_create(ctx->dev, NULL, &xgene_phy_ops, NULL);
+       ctx->phy = devm_phy_create(ctx->dev, NULL, &xgene_phy_ops);
        if (IS_ERR(ctx->phy)) {
                dev_dbg(&pdev->dev, "Failed to create PHY\n");
                rc = PTR_ERR(ctx->phy);
This page took 0.048177 seconds and 5 git commands to generate.