Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94784
b: refs/heads/master
c: 6501faf
h: refs/heads/master
v: v3
  • Loading branch information
Shaohua Li authored and Dave Jones committed Apr 28, 2008
1 parent 6e73055 commit 4bd9614
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: 30d221db4439973076953e2ed44344fa92d1d09f
refs/heads/master: 6501faf8c1bbaa51dc493f3681df016d2ebce833
2 changes: 1 addition & 1 deletion trunk/drivers/cpufreq/cpufreq_stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ cpufreq_stat_notifier_trans (struct notifier_block *nb, unsigned long val,
if (!stat)
return 0;

old_index = freq_table_get_index(stat, freq->old);
old_index = stat->last_index;
new_index = freq_table_get_index(stat, freq->new);

cpufreq_stats_update(freq->cpu);
Expand Down

0 comments on commit 4bd9614

Please sign in to comment.