Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acd46c78 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dwc3: core: remove calling phy_set_suspend() in dwc3_remove()"

parents 0b131e49 9c0215c1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);