summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-09-04 06:37:50 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-09-04 06:37:50 -0700
commitacd46c78a2f351ed84c1cd2039dbcbc006aae880 (patch)
tree8cde3f88458ad46bef46cf21c642cab050137f3b /drivers/usb
parent0b131e49d8dfdb19eb729c7df67d5323a6e2fae8 (diff)
parent9c0215c10d3d05f93d4554139f079387e95c4b84 (diff)
Merge "dwc3: core: remove calling phy_set_suspend() in dwc3_remove()"
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/dwc3/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c
index c2eba06f2ace..0744b14e120b 100644
--- a/drivers/usb/dwc3/core.c
+++ b/drivers/usb/dwc3/core.c
@@ -1333,8 +1333,6 @@ static int dwc3_remove(struct platform_device *pdev)
dwc3_event_buffers_cleanup(dwc);
dwc3_free_event_buffers(dwc);
- usb_phy_set_suspend(dwc->usb2_phy, 1);
- usb_phy_set_suspend(dwc->usb3_phy, 1);
phy_power_off(dwc->usb2_generic_phy);
phy_power_off(dwc->usb3_generic_phy);