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

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

Merge "msm: pm: use correct cpu_suspend call for Non-PSCI targets"

parents f3d78154 b29ffdc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ static bool __ref msm_pm_spm_power_collapse(
		!cpu_suspend(0, msm_pm_collapse) : msm_pm_pc_hotplug();
#else
	collapsed = save_cpu_regs ?
		!cpu_suspend(0) : msm_pm_pc_hotplug();
		!__cpu_suspend(0, msm_pm_collapse) : msm_pm_pc_hotplug();
#endif

	msm_jtag_restore_state();