Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1750
b: refs/heads/master
c: f94ea64
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed Jun 1, 2005
1 parent a7e160d commit 205dafd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6778bae0f2f1d4af1b8bb876c992ea094ee958b4
refs/heads/master: f94ea640a28230f82a4395c34e1290748a9f6586
6 changes: 3 additions & 3 deletions trunk/arch/i386/kernel/cpu/cpufreq/speedstep-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
if (!prev_speed)
return -EIO;

dprintk("previous seped is %u\n", prev_speed);
dprintk("previous speed is %u\n", prev_speed);

local_irq_save(flags);

Expand All @@ -348,7 +348,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
goto out;
}

dprintk("low seped is %u\n", *low_speed);
dprintk("low speed is %u\n", *low_speed);

/* switch to high state */
set_state(SPEEDSTEP_HIGH);
Expand All @@ -358,7 +358,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
goto out;
}

dprintk("high seped is %u\n", *high_speed);
dprintk("high speed is %u\n", *high_speed);

if (*low_speed == *high_speed) {
ret = -ENODEV;
Expand Down

0 comments on commit 205dafd

Please sign in to comment.