mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 14:32:23 +00:00
Merge branch 'thermal-core-fix' of .git into next
This commit is contained in:
commit
9ceaa81efd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user