aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-samsung-usb2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-samsung-usb2.c')
-rw-r--r--drivers/phy/phy-samsung-usb2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/phy/phy-samsung-usb2.c b/drivers/phy/phy-samsung-usb2.c
index 908949dfb4db..4a12f66b7fb5 100644
--- a/drivers/phy/phy-samsung-usb2.c
+++ b/drivers/phy/phy-samsung-usb2.c
@@ -202,8 +202,7 @@ static int samsung_usb2_phy_probe(struct platform_device *pdev)
202 struct samsung_usb2_phy_instance *p = &drv->instances[i]; 202 struct samsung_usb2_phy_instance *p = &drv->instances[i];
203 203
204 dev_dbg(dev, "Creating phy \"%s\"\n", label); 204 dev_dbg(dev, "Creating phy \"%s\"\n", label);
205 p->phy = devm_phy_create(dev, NULL, &samsung_usb2_phy_ops, 205 p->phy = devm_phy_create(dev, NULL, &samsung_usb2_phy_ops);
206 NULL);
207 if (IS_ERR(p->phy)) { 206 if (IS_ERR(p->phy)) {
208 dev_err(drv->dev, "Failed to create usb2_phy \"%s\"\n", 207 dev_err(drv->dev, "Failed to create usb2_phy \"%s\"\n",
209 label); 208 label);