Skip to content

Commit

Permalink
Merge branch 'thermal-core-fix' of .git into next
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang-rui committed Oct 11, 2014
2 parents dd63466 + 26bb0e9 commit 9ceaa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/thermal/step_wise.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9ceaa81

Please sign in to comment.