Merge remote-tracking branches 'spi/fix/fsl-cpm', 'spi/fix/fsl-dspi' and 'spi/fix...
[linux-2.6-block.git] / drivers / phy / phy-miphy28lp.c
index 933435214acce1db8895b95cc739138288b3de4b..c4cc11dcb2a237c16d801005fd0006a77140c139 100644 (file)
@@ -1259,10 +1259,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[] = {