diff options
-rw-r--r-- | drivers/cpufreq/powernv-cpufreq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/powernv-cpufreq.c b/drivers/cpufreq/powernv-cpufreq.c index 1f0e20ccc2ff..54c45368e3f1 100644 --- a/drivers/cpufreq/powernv-cpufreq.c +++ b/drivers/cpufreq/powernv-cpufreq.c | |||
@@ -647,6 +647,8 @@ static int powernv_cpufreq_target_index(struct cpufreq_policy *policy, | |||
647 | */ | 647 | */ |
648 | if (gpstate_id != freq_data.pstate_id) | 648 | if (gpstate_id != freq_data.pstate_id) |
649 | queue_gpstate_timer(gpstates); | 649 | queue_gpstate_timer(gpstates); |
650 | else | ||
651 | del_timer_sync(&gpstates->timer); | ||
650 | 652 | ||
651 | gpstates_done: | 653 | gpstates_done: |
652 | freq_data.gpstate_id = gpstate_id; | 654 | freq_data.gpstate_id = gpstate_id; |