Loading drivers/thermal/step_wise.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/thermal/step_wise.c +1 −1 Original line number Diff line number Diff line Loading @@ -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