aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-stih407-usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-stih407-usb.c')
-rw-r--r--drivers/phy/phy-stih407-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-stih407-usb.c b/drivers/phy/phy-stih407-usb.c
index 42428d4181ea..74f0fab3cd8a 100644
--- a/drivers/phy/phy-stih407-usb.c
+++ b/drivers/phy/phy-stih407-usb.c
@@ -137,7 +137,7 @@ static int stih407_usb2_picophy_probe(struct platform_device *pdev)
}
phy_dev->param = res->start;
- phy = devm_phy_create(dev, NULL, &stih407_usb2_picophy_data, NULL);
+ phy = devm_phy_create(dev, NULL, &stih407_usb2_picophy_data);
if (IS_ERR(phy)) {
dev_err(dev, "failed to create Display Port PHY\n");
return PTR_ERR(phy);