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

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

Merge "msm: correct nohlt behavior"

parents 5a94f8b1 54fdf0d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,9 +22,9 @@
static int set_nohalt(void *data, u64 val)
{
	if (val)
		cpu_idle_poll_ctrl(false);
	else
		cpu_idle_poll_ctrl(true);
	else
		cpu_idle_poll_ctrl(false);
	return 0;
}