aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-exynos5250-sata.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-exynos5250-sata.c')
-rw-r--r--drivers/phy/phy-exynos5250-sata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-exynos5250-sata.c b/drivers/phy/phy-exynos5250-sata.c
index 54cf4ae60d29..bc858cc800a1 100644
--- a/drivers/phy/phy-exynos5250-sata.c
+++ b/drivers/phy/phy-exynos5250-sata.c
@@ -210,7 +210,7 @@ static int exynos_sata_phy_probe(struct platform_device *pdev)
return ret;
}
- sata_phy->phy = devm_phy_create(dev, NULL, &exynos_sata_phy_ops, NULL);
+ sata_phy->phy = devm_phy_create(dev, NULL, &exynos_sata_phy_ops);
if (IS_ERR(sata_phy->phy)) {
clk_disable_unprepare(sata_phy->phyclk);
dev_err(dev, "failed to create PHY\n");