aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/i8042-x86ia64io.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor_core@ameritech.net>2005-05-28 02:11:32 -0500
committerDmitry Torokhov <dtor_core@ameritech.net>2005-05-28 02:11:32 -0500
commit5a72afc03ccc29458502cf032f5c34e5ee004ae7 (patch)
tree88fba4147128506ee7f5dea433ddd8f22de65af0 /drivers/input/serio/i8042-x86ia64io.h
parentInput: Only write the CTR in i8042 resume function. Reading it is (diff)
downloadlinux-dev-5a72afc03ccc29458502cf032f5c34e5ee004ae7.tar.xz
linux-dev-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/i8042-x86ia64io.h')
-rw-r--r--drivers/input/serio/i8042-x86ia64io.h2
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
}