[patch 06/13] i8042: tone down warning when PNP insists that KBC is missing

From: Dmitry Torokhov
Date: Sun May 29 2005 - 00:16:36 EST


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@xxxxxxx>
Signed-off-by: Vojtech Pavlik <vojtech@xxxxxxx>
---

drivers/input/serio/i8042-x86ia64io.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: work/drivers/input/serio/i8042-x86ia64io.h
===================================================================
--- work.orig/drivers/input/serio/i8042-x86ia64io.h
+++ work/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
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/