Loading drivers/thermal/step_wise.c +2 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,8 @@ static unsigned long get_target_state(struct thermal_instance *instance, break; case THERMAL_TREND_DROPPING: case THERMAL_TREND_STABLE: if (cur_state <= instance->lower) { if (cur_state <= instance->lower || instance->target <= instance->lower) { if (!throttle) next_target = THERMAL_NO_TARGET; } else { Loading Loading
drivers/thermal/step_wise.c +2 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,8 @@ static unsigned long get_target_state(struct thermal_instance *instance, break; case THERMAL_TREND_DROPPING: case THERMAL_TREND_STABLE: if (cur_state <= instance->lower) { if (cur_state <= instance->lower || instance->target <= instance->lower) { if (!throttle) next_target = THERMAL_NO_TARGET; } else { Loading