diff options
author | Dmitry Torokhov | 2005-05-28 09:11:32 +0200 |
---|---|---|
committer | Dmitry Torokhov | 2005-05-28 09:11:32 +0200 |
commit | 5a72afc03ccc29458502cf032f5c34e5ee004ae7 (patch) | |
tree | 88fba4147128506ee7f5dea433ddd8f22de65af0 /drivers | |
parent | Input: Only write the CTR in i8042 resume function. Reading it is (diff) | |
download | kernel-qcow2-linux-5a72afc03ccc29458502cf032f5c34e5ee004ae7.tar.gz kernel-qcow2-linux-5a72afc03ccc29458502cf032f5c34e5ee004ae7.tar.xz kernel-qcow2-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')
-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 } |