X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=drivers%2Fphy%2Fphy-miphy28lp.c;h=174ffd037ef76089e16fa063aca2ebfd69754c65;hb=320c3fcec64a9e115a3d8a5d005d2fb21c15ef01;hp=9b2848e6115d44d050d7858ac75d01df60f71da3;hpb=f8f55393b2860a2a5c97ff3b18c6ee02cef021c4;p=uclinux-h8%2Flinux.git 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) } provider = devm_of_phy_provider_register(&pdev->dev, miphy28lp_xlate); - if (IS_ERR(provider)) - return PTR_ERR(provider); - - return 0; + return PTR_ERR_OR_ZERO(provider); } static const struct of_device_id miphy28lp_of_match[] = {