]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: i8042 - downgrade selftest error message to dbg()
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 31 Mar 2011 07:11:48 +0000 (00:11 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 31 Mar 2011 07:12:40 +0000 (00:12 -0700)
commita2a94e7323dad972f23b9000cab150026c929b9f
tree62e1cdc7d7443f3a49dface4893ea9d7fb0ae7d4
parent708748670c7c6dd5bd3b141473086e6937e72737
Input: i8042 - downgrade selftest error message to dbg()

On a "really fragile" laptop I noticed a single
    i8042.c: i8042 controller selftest failed. (0x1 != 0x55)

error in the log. But there's no reason to print this message at
KERN_ERR level each time that loop fails, especially since the message
telling about the overall selftest failure is printed at KERN_INFO level
(on X86).

Add an actual error message for non-X86 systems, where a selftest
failure is (apparently) more serious. Remove a space in an another error
message.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/i8042.c