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

Commit d1d5b44a authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge c94d56d4 on remote branch

Change-Id: Ia9082ec3354cb1fc4e4af562c93b65924719506e
parents 39d40ad4 c94d56d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -459,7 +459,7 @@ static int ipa_pm_notify(struct notifier_block *b, unsigned long event, void *p)
	switch (event) {
		case PM_POST_SUSPEND:
#ifdef CONFIG_DEEPSLEEP
			if (mem_sleep_current == PM_SUSPEND_MEM) {
			if (mem_sleep_current == PM_SUSPEND_MEM && ipa3_ctx->deepsleep) {
				IPADBG("Enter deepsleep resume\n");
				ipa3_deepsleep_resume();
				IPADBG("Exit deepsleep resume\n");