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

Commit 9ceaa81e authored by Zhang Rui's avatar Zhang Rui
Browse files

Merge branch 'thermal-core-fix' of .git into next

parents dd634666 26bb0e9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ static unsigned long get_target_state(struct thermal_instance *instance,
			next_target = instance->upper;
		break;
	case THERMAL_TREND_DROPPING:
		if (cur_state == instance->lower) {
		if (cur_state <= instance->lower) {
			if (!throttle)
				next_target = THERMAL_NO_TARGET;
		} else {