diff options
Diffstat (limited to 'drivers/phy/phy-ti-pipe3.c')
-rw-r--r-- | drivers/phy/phy-ti-pipe3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-ti-pipe3.c b/drivers/phy/phy-ti-pipe3.c index ab1e22d9a1e8..c297b7a10d30 100644 --- a/drivers/phy/phy-ti-pipe3.c +++ b/drivers/phy/phy-ti-pipe3.c | |||
@@ -399,7 +399,7 @@ static int ti_pipe3_probe(struct platform_device *pdev) | |||
399 | platform_set_drvdata(pdev, phy); | 399 | platform_set_drvdata(pdev, phy); |
400 | pm_runtime_enable(phy->dev); | 400 | pm_runtime_enable(phy->dev); |
401 | 401 | ||
402 | generic_phy = devm_phy_create(phy->dev, NULL, &ops, NULL); | 402 | generic_phy = devm_phy_create(phy->dev, NULL, &ops); |
403 | if (IS_ERR(generic_phy)) | 403 | if (IS_ERR(generic_phy)) |
404 | return PTR_ERR(generic_phy); | 404 | return PTR_ERR(generic_phy); |
405 | 405 | ||