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

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

Merge "drivers: thermal: step-wise: Update the mitigation clear logic"

parents 28b12c12 19263c9b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ static unsigned long get_target_state(struct thermal_instance *instance,
			if (!throttle)
				next_target = THERMAL_NO_TARGET;
		} else {
			if (!throttle)
				next_target = cur_state - 1;
			if (next_target > instance->upper)
				next_target = instance->upper;