Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336719
b: refs/heads/master
c: d3c31a7
h: refs/heads/master
i:
  336717: d08157f
  336715: b87311e
  336711: f5b9e7f
  336703: 34d14e4
v: v3
  • Loading branch information
Fabio Baltieri authored and Rafael J. Wysocki committed Nov 23, 2012
1 parent 0472674 commit 7f0dbfc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5542721a337f3fcfa0585c915827dc391f36fd28
refs/heads/master: d3c31a773fa33f78a29bb00ed0dcf8fa55dd4b3a
3 changes: 2 additions & 1 deletion trunk/drivers/cpufreq/cpufreq_ondemand.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ static void od_dbs_timer(struct work_struct *work)
dbs_info->sample_type = OD_SUB_SAMPLE;
delay = dbs_info->freq_hi_jiffies;
} else {
delay = delay_for_sampling_rate(dbs_info->rate_mult);
delay = delay_for_sampling_rate(od_tuners.sampling_rate
* dbs_info->rate_mult);
}
}

Expand Down

0 comments on commit 7f0dbfc

Please sign in to comment.