diff options
Diffstat (limited to 'drivers/phy/phy-mvebu-sata.c')
| -rw-r--r-- | drivers/phy/phy-mvebu-sata.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-mvebu-sata.c b/drivers/phy/phy-mvebu-sata.c index d70ecd6a1b3f..cc3c0e166daf 100644 --- a/drivers/phy/phy-mvebu-sata.c +++ b/drivers/phy/phy-mvebu-sata.c @@ -99,7 +99,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, &phy_mvebu_sata_ops, NULL); +	phy = devm_phy_create(&pdev->dev, NULL, &phy_mvebu_sata_ops, NULL);  	if (IS_ERR(phy))  		return PTR_ERR(phy);  | 
