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

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

Merge "usb: ehci-msm-hsic: Enable HSIC CORE IRQ as wakeup source"

parents cdd54560 df8bb4a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2389,7 +2389,7 @@ static int msm_hsic_pm_suspend(struct device *dev)
		return -EBUSY;
	}

	if (device_may_wakeup(dev) && !mehci->async_irq)
	if (device_may_wakeup(dev))
		enable_irq_wake(hcd->irq);

	return 0;
@@ -2417,7 +2417,7 @@ static int msm_hsic_pm_resume(struct device *dev)
	dev_dbg(dev, "ehci-msm-hsic PM resume\n");
	dbg_log_event(NULL, "PM Resume", 0);

	if (device_may_wakeup(dev) && !mehci->async_irq)
	if (device_may_wakeup(dev))
		disable_irq_wake(hcd->irq);

	/*