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

Commit 81e7e575 authored by Joonwoo Park's avatar Joonwoo Park
Browse files

sched: initialize walt_load correctly



Initialize unused walt_load->pl with 0.

Change-Id: Ie5499b2ca693257949e5b4b0faaa6c11ba1c9bcc
Signed-off-by: default avatarJoonwoo Park <joonwoop@codeaurora.org>
parent 6ee025c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1816,6 +1816,7 @@ cpu_util_freq(int cpu, struct sched_walt_cpu_load *walt_load)

			walt_load->prev_window_util = util;
			walt_load->nl = nl;
			walt_load->pl = 0;
		}
	}
#endif