From a41830bce114020ca4e54c7728ce0dab5fc73b98 Mon Sep 17 00:00:00 2001 From: t_jeang Date: Tue, 6 Jan 2009 12:06:03 +0000 Subject: [PATCH] imported patch quieten-serio-i8042-warning.patch --- drivers/input/serio/i8042.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c index 1bb0c76a..93b27526 100644 --- a/drivers/input/serio/i8042.c +++ b/drivers/input/serio/i8042.c @@ -661,7 +661,7 @@ static int __devinit i8042_check_aux(void) static int i8042_controller_check(void) { if (i8042_flush() == I8042_BUFFER_SIZE) { - printk(KERN_ERR "i8042.c: No controller found.\n"); + printk(KERN_NOTICE "i8042.c: No controller found.\n"); return -ENODEV; } -- 2.39.5