projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
199785e
)
[CPUFREQ] Make cpufreq-nforce2 less obnoxious
author
Matthew Garrett
<mjg59@srcf.ucam.org>
Sat, 21 Feb 2009 01:58:47 +0000
(
01:58
+0000)
committer
Dave Jones
<davej@redhat.com>
Wed, 25 Feb 2009 03:47:32 +0000
(22:47 -0500)
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>
arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c
b/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c
index
9926290
..
733093d
100644
(file)
--- a/
arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c
+++ b/
arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c
@@
-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;
}