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

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

Merge "xhci: hsic: Disable runtime PM for root hub upon driver unbind"

parents 9d075f70 19fd4282
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1577,6 +1577,10 @@ static int mxhci_hsic_remove(struct platform_device *pdev)
		pm_runtime_disable(&pdev->dev);

	pm_runtime_set_suspended(&pdev->dev);

	pm_runtime_disable(&hcd->self.root_hub->dev);
	pm_runtime_barrier(&hcd->self.root_hub->dev);

	usb_remove_hcd(xhci->shared_hcd);
	usb_put_hcd(xhci->shared_hcd);