Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180351
b: refs/heads/master
c: 1dbf588
h: refs/heads/master
i:
  180349: 78a2c62
  180347: bc1e2cb
  180343: 7d253fe
  180335: 85131d7
  180319: d280d08
  180287: a173cef
  180223: d6ecfc0
v: v3
  • Loading branch information
Nagananda.Chumbalkar@hp.com authored and Dave Jones committed Jan 13, 2010
1 parent 86cb774 commit 46a6335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 557a701c16553b0b691dbb64ef30361115a80f64
refs/heads/master: 1dbf58881f307e21a3df4b990a5bea401360d02e
3 changes: 3 additions & 0 deletions trunk/drivers/cpufreq/cpufreq_ondemand.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,9 @@ static void dbs_check_cpu(struct cpu_dbs_info_s *this_dbs_info)
(dbs_tuners_ins.up_threshold -
dbs_tuners_ins.down_differential);

if (freq_next < policy->min)
freq_next = policy->min;

if (!dbs_tuners_ins.powersave_bias) {
__cpufreq_driver_target(policy, freq_next,
CPUFREQ_RELATION_L);
Expand Down

0 comments on commit 46a6335

Please sign in to comment.