aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/phy/phy-miphy28lp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/phy/phy-miphy28lp.c b/drivers/phy/phy-miphy28lp.c
index 9b2848e6115d..174ffd037ef7 100644
--- a/drivers/phy/phy-miphy28lp.c
+++ b/drivers/phy/phy-miphy28lp.c
@@ -1258,10 +1258,7 @@ static int miphy28lp_probe(struct platform_device *pdev)
1258 } 1258 }
1259 1259
1260 provider = devm_of_phy_provider_register(&pdev->dev, miphy28lp_xlate); 1260 provider = devm_of_phy_provider_register(&pdev->dev, miphy28lp_xlate);
1261 if (IS_ERR(provider)) 1261 return PTR_ERR_OR_ZERO(provider);
1262 return PTR_ERR(provider);
1263
1264 return 0;
1265} 1262}
1266 1263
1267static const struct of_device_id miphy28lp_of_match[] = { 1264static const struct of_device_id miphy28lp_of_match[] = {