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

Commit cfbd1661 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "eud: avoid suspend and resume callback race with EUD IRQ"

parents ebf35a6e 4a45f275
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -670,8 +670,8 @@ static const struct of_device_id msm_eud_dt_match[] = {
MODULE_DEVICE_TABLE(of, msm_eud_dt_match);

static const struct dev_pm_ops msm_eud_dev_pm_ops = {
	.suspend = msm_eud_suspend,
	.resume = msm_eud_resume,
	.suspend_noirq = msm_eud_suspend,
	.resume_noirq = msm_eud_resume,
};

static struct platform_driver msm_eud_driver = {