diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-28 02:11:32 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-28 02:11:32 -0500 |
commit | 5a72afc03ccc29458502cf032f5c34e5ee004ae7 (patch) | |
tree | 88fba4147128506ee7f5dea433ddd8f22de65af0 /drivers/input/serio | |
parent | 2673c836ab9a44b02d45ae5c1c44c03df138dba4 (diff) | |
download | linux-5a72afc03ccc29458502cf032f5c34e5ee004ae7.tar.gz linux-5a72afc03ccc29458502cf032f5c34e5ee004ae7.tar.bz2 linux-5a72afc03ccc29458502cf032f5c34e5ee004ae7.zip |
Input: Tone down the severity of a printk() in i386/ia64 arch code
for i386, it's printed on many machines and usually is not
a cause for worry.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Diffstat (limited to 'drivers/input/serio')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 0327472393de..819e47754dab 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -241,7 +241,7 @@ static int i8042_pnp_init(void) #if defined(__ia64__) return -ENODEV; #else - printk(KERN_WARNING "PNP: No PS/2 controller found. Probing ports directly.\n"); + printk(KERN_INFO "PNP: No PS/2 controller found. Probing ports directly.\n"); return 0; #endif } |