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

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

Merge "PM: devfreq: Fix the fast ramp case in the adreno governor"

parents c8a8b996 0740af51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ static int tz_get_target_freq(struct devfreq *devfreq, unsigned long *freq,
	 * increase frequency.  Otherwise run the normal algorithm.
	 */
	if (priv->bin.busy_time > CEILING) {
		val = -1;
		val = -1 * level;
	} else {
		val = __secure_tz_entry3(TZ_UPDATE_ID,
				level,