]> xenbits.xen.org Git - xenclient/kernel.git/commitdiff
imported patch quieten-serio-i8042-warning.patch quiet-vfat
authort_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:03 +0000 (12:06 +0000)
committert_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:03 +0000 (12:06 +0000)
drivers/input/serio/i8042.c

index 1bb0c76a9259b182c2153a86472965712b134c6d..93b275268edeb0e9bf206e9e7d3142cee5cd2b26 100644 (file)
@@ -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;
        }