diff options
Diffstat (limited to 'drivers/usb/phy/phy-am335x.c')
| -rw-r--r-- | drivers/usb/phy/phy-am335x.c | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/drivers/usb/phy/phy-am335x.c b/drivers/usb/phy/phy-am335x.c index 6370e50649d7..0e3c60cb669a 100644 --- a/drivers/usb/phy/phy-am335x.c +++ b/drivers/usb/phy/phy-am335x.c @@ -52,8 +52,7 @@ static int am335x_phy_probe(struct platform_device *pdev)  		return am_phy->id;  	} -	ret = usb_phy_gen_create_phy(dev, &am_phy->usb_phy_gen, -			USB_PHY_TYPE_USB2, 0, false); +	ret = usb_phy_gen_create_phy(dev, &am_phy->usb_phy_gen, NULL);  	if (ret)  		return ret; @@ -66,8 +65,6 @@ static int am335x_phy_probe(struct platform_device *pdev)  	platform_set_drvdata(pdev, am_phy);  	return 0; - -	return ret;  }  static int am335x_phy_remove(struct platform_device *pdev) |