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

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

Merge "cpufreq: schedutil: update warn_on with bug_on"

parents 0faac84e c0701f18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ static void sugov_calc_avg_cap(struct sugov_policy *sg_policy, u64 curr_ws,
	if (unlikely(!sysctl_sched_use_walt_cpu_util))
		return;

	WARN_ON(curr_ws < last_ws);
	BUG_ON(curr_ws < last_ws);
	if (curr_ws <= last_ws)
		return;