Skip to content

Commit

Permalink
[CPUFREQ] Make cpufreq-nforce2 less obnoxious
Browse files Browse the repository at this point in the history
Not owning an nforce2 is a sign of good taste, not an error.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Matthew Garrett authored and Dave Jones committed Feb 25, 2009
1 parent 199785e commit eb3092c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ static int __init nforce2_init(void)

/* detect chipset */
if (nforce2_detect_chipset()) {
printk(KERN_ERR PFX "No nForce2 chipset.\n");
printk(KERN_INFO PFX "No nForce2 chipset.\n");
return -ENODEV;
}

Expand Down

0 comments on commit eb3092c

Please sign in to comment.