Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27444
b: refs/heads/master
c: 355eb31
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed May 30, 2006
1 parent 0af7668 commit e09df8a
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: 511e9ee17099c6ebe315c0524b8b482d4767ab3d
refs/heads/master: 355eb318018c6f44a335b0e5efb1f3bf2f1685d0
2 changes: 1 addition & 1 deletion trunk/drivers/cpufreq/freq_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ int cpufreq_frequency_table_cpuinfo(struct cpufreq_policy *policy,
{
unsigned int min_freq = ~0;
unsigned int max_freq = 0;
unsigned int i = 0;
unsigned int i;

for (i=0; (table[i].frequency != CPUFREQ_TABLE_END); i++) {
unsigned int freq = table[i].frequency;
Expand Down

0 comments on commit e09df8a

Please sign in to comment.