Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24512
b: refs/heads/master
c: e8a0257
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Clouter authored and Dominik Brodowski committed Mar 26, 2006
1 parent 1040a95 commit b18c092
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: 2c906b317b2d9c7e32b0d513e102bd68a2c49112
refs/heads/master: e8a02572252f9115c2b8296c40fd8b985f06f872
2 changes: 1 addition & 1 deletion trunk/drivers/cpufreq/cpufreq_conservative.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ static int cpufreq_governor_dbs(struct cpufreq_policy *policy,
if (latency == 0)
latency = 1;

def_sampling_rate = latency *
def_sampling_rate = 10 * latency *
DEF_SAMPLING_RATE_LATENCY_MULTIPLIER;

if (def_sampling_rate < MIN_STAT_SAMPLING_RATE)
Expand Down

0 comments on commit b18c092

Please sign in to comment.