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

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

Merge "dwc3: Remove unnecessary phy shutdown callbacks"

parents 67c20fb2 0b5c2e9e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -690,8 +690,6 @@ static void dwc3_core_exit(struct dwc3 *dwc)
{
	dwc3_event_buffers_cleanup(dwc);

	usb_phy_shutdown(dwc->usb2_phy);
	usb_phy_shutdown(dwc->usb3_phy);
	phy_exit(dwc->usb2_generic_phy);
	phy_exit(dwc->usb3_generic_phy);