dect
/
linux-2.6
Archived
13
0
Fork 0

[CPUFREQ] Make cpufreq-nforce2 less obnoxious

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>
This commit is contained in:
Matthew Garrett 2009-02-21 01:58:47 +00:00 committed by Dave Jones
parent 199785eac8
commit eb3092cee7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}