Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283492
b: refs/heads/master
c: 022ac03
h: refs/heads/master
v: v3
  • Loading branch information
Colin Cross authored and Kevin Hilman committed Nov 8, 2011
1 parent cea86b6 commit 08b96f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ed8ce00c52fb49aca299b79513bbfcee975442bc
refs/heads/master: 022ac03b45d6899219539894cff3c7ce5bd990f9
2 changes: 1 addition & 1 deletion trunk/drivers/cpufreq/omap-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static int omap_target(struct cpufreq_policy *policy,
freqs.new = clk_round_rate(mpu_clk, target_freq * 1000) / 1000;
freqs.cpu = policy->cpu;

if (freqs.old == freqs.new)
if (freqs.old == freqs.new && policy->cur == freqs.new)
return ret;

/* notifiers */
Expand Down

0 comments on commit 08b96f0

Please sign in to comment.