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

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

Merge "usb: host: skip xHCI power management upon port suspend" into msm-4.9

parents 07c9a937 40041445
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ static int xhci_plat_runtime_suspend(struct device *dev)

	dev_dbg(dev, "xhci-plat runtime suspend\n");

	return xhci_suspend(xhci, true);
	return 0;
}

static int xhci_plat_runtime_resume(struct device *dev)
@@ -425,7 +425,7 @@ static int xhci_plat_runtime_resume(struct device *dev)

	dev_dbg(dev, "xhci-plat runtime resume\n");

	ret = xhci_resume(xhci, false);
	ret = 0;
	pm_runtime_mark_last_busy(dev);

	return ret;