[PATCH] Lowered priority of "too many keys" message in atkbd

From: Christoph Hellwig
Date: Sun May 30 2004 - 03:38:22 EST


This patch is from the Debian kernel package and I think it's valid
because this error doesn't cause any kind of malfunction of the system.


--- linux/drivers/input/keyboard/atkbd.c 2004-04-05 19:49:28.000000000 +1000
+++ linux/drivers/input/keyboard/atkbd.c 2004-04-06 19:55:38.000000000 +1000
@@ -284,7 +284,7 @@
atkbd_report_key(&atkbd->dev, regs, KEY_HANJA, 3);
goto out;
case ATKBD_RET_ERR:
- printk(KERN_WARNING "atkbd.c: Keyboard on %s reports too many keys pressed.\n", serio->phys);
+ printk(KERN_DEBUG "atkbd.c: Keyboard on %s reports too many keys pressed.\n", serio->phys);
goto out;
}

-
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/