Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27450
b: refs/heads/master
c: 0fc25dd
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Dave Jones committed Jun 4, 2006
1 parent 1962b1e commit 1b59f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1f729e0660f974cec1f0f7f4fba03ea4c2c4b9a9
refs/heads/master: 0fc25dd17eaea64b21612f8e2816a4695b418100
4 changes: 2 additions & 2 deletions trunk/arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static int nforce2_target(struct cpufreq_policy *policy,
if (freqs.old == freqs.new)
return 0;

dprintk(KERN_INFO "cpufreq: Old CPU frequency %d kHz, new %d kHz\n",
dprintk("Old CPU frequency %d kHz, new %d kHz\n",
freqs.old, freqs.new);

cpufreq_notify_transition(&freqs, CPUFREQ_PRECHANGE);
Expand All @@ -277,7 +277,7 @@ static int nforce2_target(struct cpufreq_policy *policy,
printk(KERN_ERR "cpufreq: Changing FSB to %d failed\n",
target_fsb);
else
dprintk(KERN_INFO "cpufreq: Changed FSB successfully to %d\n",
dprintk("Changed FSB successfully to %d\n",
target_fsb);

/* Enable IRQs */
Expand Down

0 comments on commit 1b59f6f

Please sign in to comment.