aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-bcm-ns-usb2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-bcm-ns-usb2.c')
-rw-r--r--drivers/phy/phy-bcm-ns-usb2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/phy/phy-bcm-ns-usb2.c b/drivers/phy/phy-bcm-ns-usb2.c
index 95ab6b2a0de5..58dff80e9386 100644
--- a/drivers/phy/phy-bcm-ns-usb2.c
+++ b/drivers/phy/phy-bcm-ns-usb2.c
@@ -109,8 +109,8 @@ static int bcm_ns_usb2_probe(struct platform_device *pdev)
}
usb2->phy = devm_phy_create(dev, NULL, &ops);
- if (IS_ERR(dev))
- return PTR_ERR(dev);
+ if (IS_ERR(usb2->phy))
+ return PTR_ERR(usb2->phy);
phy_set_drvdata(usb2->phy, usb2);
platform_set_drvdata(pdev, usb2);