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