Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24515
b: refs/heads/master
c: ff8c288
h: refs/heads/master
i:
  24513: 4831ac1
  24511: 1040a95
v: v3
  • Loading branch information
Eric Piel authored and Dominik Brodowski committed Mar 26, 2006
1 parent 445c231 commit 47f415b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: a159b82770ab84e1b5e0306fa65e158188492b16
refs/heads/master: ff8c288d7d1a368b663058cdee1ea0adcdef2fa2
5 changes: 4 additions & 1 deletion trunk/drivers/cpufreq/cpufreq_ondemand.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,11 @@ static int cpufreq_governor_dbs(struct cpufreq_policy *policy,
return -EINVAL;

if (policy->cpuinfo.transition_latency >
(TRANSITION_LATENCY_LIMIT * 1000))
(TRANSITION_LATENCY_LIMIT * 1000)) {
printk(KERN_WARNING "ondemand governor failed to load "
"due to too long transition latency\n");
return -EINVAL;
}
if (this_dbs_info->enable) /* Already enabled */
break;

Expand Down

0 comments on commit 47f415b

Please sign in to comment.