Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258581
b: refs/heads/master
c: fb3b1fe
h: refs/heads/master
i:
  258579: 089d795
v: v3
  • Loading branch information
Mark Brown authored and Dave Jones committed Jul 13, 2011
1 parent 6965b2b commit 881ad6f
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: c6e2d68558b612fdfdb0d7ddcb51ad4578b81eba
refs/heads/master: fb3b1fefaaccdbdc716db0963ba41fb6b4221e60
4 changes: 2 additions & 2 deletions trunk/drivers/cpufreq/s3c64xx-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ static int s3c64xx_cpufreq_set_target(struct cpufreq_policy *policy,
goto err;
}

cpufreq_notify_transition(&freqs, CPUFREQ_POSTCHANGE);

#ifdef CONFIG_REGULATOR
if (vddarm && freqs.new < freqs.old) {
ret = regulator_set_voltage(vddarm,
Expand All @@ -125,8 +127,6 @@ static int s3c64xx_cpufreq_set_target(struct cpufreq_policy *policy,
}
#endif

cpufreq_notify_transition(&freqs, CPUFREQ_POSTCHANGE);

pr_debug("cpufreq: Set actual frequency %lukHz\n",
clk_get_rate(armclk) / 1000);

Expand Down

0 comments on commit 881ad6f

Please sign in to comment.