Input: i8042 - lower log level for "no controller" message
authorTakashi Iwai <tiwai@suse.de>
Sat, 5 Sep 2015 17:29:09 +0000 (10:29 -0700)
committerJiri Slaby <jslaby@suse.cz>
Wed, 11 May 2016 13:03:12 +0000 (15:03 +0200)
commit f5d75341fac6033f6afac900da110cc78e06d40d upstream.

Nowadays the machines without i8042 controller is popular, and no need
to print "No controller found" message in the error log level, which
annoys at booting in quiet mode.  Let's lower it info level.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/input/serio/i8042.c

index e38024cf0227c8e22e073eb5e1c26002e94f318a..42825216e83d391dfb01b66742d004885de4992c 100644 (file)
@@ -871,7 +871,7 @@ static int __init i8042_check_aux(void)
 static int i8042_controller_check(void)
 {
        if (i8042_flush()) {
-               pr_err("No controller found\n");
+               pr_info("No controller found\n");
                return -ENODEV;
        }