diff options
Diffstat (limited to 'drivers/cpufreq/pcc-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/pcc-cpufreq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/pcc-cpufreq.c b/drivers/cpufreq/pcc-cpufreq.c index 0de00081a81e..1581fcc4cf4a 100644 --- a/drivers/cpufreq/pcc-cpufreq.c +++ b/drivers/cpufreq/pcc-cpufreq.c | |||
@@ -243,6 +243,8 @@ static int pcc_cpufreq_target(struct cpufreq_policy *policy, | |||
243 | return 0; | 243 | return 0; |
244 | 244 | ||
245 | cmd_incomplete: | 245 | cmd_incomplete: |
246 | freqs.new = freqs.old; | ||
247 | cpufreq_notify_transition(policy, &freqs, CPUFREQ_POSTCHANGE); | ||
246 | iowrite16(0, &pcch_hdr->status); | 248 | iowrite16(0, &pcch_hdr->status); |
247 | spin_unlock(&pcc_lock); | 249 | spin_unlock(&pcc_lock); |
248 | return -EINVAL; | 250 | return -EINVAL; |