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

Commit 2b870747 authored by Nikolay Karev's avatar Nikolay Karev Committed by Razziell
Browse files

cpu_input_boost: fix for lower frequency

parent 193d0f97
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -269,8 +269,6 @@ static int do_cpu_boost(struct notifier_block *nb,
		if (ret)
			set_boost_freq(b, policy->cpu, boost_freq);
		policy->min = min(policy->max, boost_freq);
	} else {
		policy->min = policy->cpuinfo.min_freq;
	}

	return NOTIFY_OK;