]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/phy/phy-mvebu-sata.c
Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / phy / phy-mvebu-sata.c
index d395558cb12e327fd1bc42d6f9f8c3a4d59fd5d9..03b94f92e6f17b319c68a58f03ac8cf91ef0be75 100644 (file)
@@ -101,7 +101,7 @@ static int phy_mvebu_sata_probe(struct platform_device *pdev)
        if (IS_ERR(priv->clk))
                return PTR_ERR(priv->clk);
 
-       phy = devm_phy_create(&pdev->dev, NULL, &phy_mvebu_sata_ops, NULL);
+       phy = devm_phy_create(&pdev->dev, NULL, &phy_mvebu_sata_ops);
        if (IS_ERR(phy))
                return PTR_ERR(phy);