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

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

Merge "Revert "cpufreq: interactive: Allow 1 ms error in above_hispeed_delay comparisons""

parents 7e53a346 e8b4a78f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -213,7 +213,6 @@ static unsigned int freq_to_above_hispeed_delay(
		;

	ret = tunables->above_hispeed_delay[i];
	ret = (ret > (1 * USEC_PER_MSEC)) ? (ret - (1 * USEC_PER_MSEC)) : ret;
	spin_unlock_irqrestore(&tunables->above_hispeed_delay_lock, flags);
	return ret;
}