Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144107
b: refs/heads/master
c: d91758f
h: refs/heads/master
i:
  144105: c5dc502
  144103: 0d5a167
v: v3
  • Loading branch information
Thomas Renninger authored and Len Brown committed Apr 20, 2009
1 parent 3664d88 commit 0c4db7b
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: e0e8c4e512e92bc25c19bd8d4926de17d2f8fbf2
refs/heads/master: d91758f5ddb80e91176fa2cf80c88c1633950b3d
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ static unsigned int get_measured_perf(struct cpufreq_policy *policy,

#endif

retval = per_cpu(drv_data, policy->cpu)->max_freq * perf_percent / 100;
retval = (per_cpu(drv_data, policy->cpu)->max_freq * perf_percent) / 100;

return retval;
}
Expand Down

0 comments on commit 0c4db7b

Please sign in to comment.