]> xenbits.xensource.com Git - people/ssmith/nc2-2.6.27.git/commitdiff
patch quieten-serio-i8042-warning.patch
authorSteven Smith <ssmith@weybridge.uk.xensource.com>
Tue, 30 Jun 2009 11:55:48 +0000 (12:55 +0100)
committerSteven Smith <ssmith@weybridge.uk.xensource.com>
Tue, 30 Jun 2009 11:55:48 +0000 (12:55 +0100)
drivers/input/serio/i8042.c

index 170f71ee5772cda51f08298ccf7dd779ffa14bba..f792b97d87865fbdde636487e5572e199a43d3d2 100644 (file)
@@ -702,7 +702,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;
        }