Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258586
b: refs/heads/master
c: 74df8e6
h: refs/heads/master
v: v3
  • Loading branch information
Todd Poynor authored and Dave Jones committed Jul 13, 2011
1 parent bbdc60f commit 7a00da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b02b7794b555e299c5e9298c6b223b538888ec8
refs/heads/master: 74df8e69e901e624fe0b439f914aa7be66201154
4 changes: 2 additions & 2 deletions trunk/drivers/cpufreq/s5pv210-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ static int s5pv210_target(struct cpufreq_policy *policy,
}
}

cpufreq_notify_transition(&freqs, CPUFREQ_POSTCHANGE);

if (freqs.new < freqs.old) {
regulator_set_voltage(int_regulator,
int_volt, int_volt_max);
Expand All @@ -475,8 +477,6 @@ static int s5pv210_target(struct cpufreq_policy *policy,
arm_volt, arm_volt_max);
}

cpufreq_notify_transition(&freqs, CPUFREQ_POSTCHANGE);

printk(KERN_DEBUG "Perf changed[L%d]\n", index);

exit:
Expand Down

0 comments on commit 7a00da8

Please sign in to comment.