提交 f5d75341 编写于 作者: T Takashi Iwai 提交者: Dmitry Torokhov

Input: i8042 - lower log level for "no controller" message

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: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 eb38f3a4
...@@ -877,7 +877,7 @@ static int __init i8042_check_aux(void) ...@@ -877,7 +877,7 @@ static int __init i8042_check_aux(void)
static int i8042_controller_check(void) static int i8042_controller_check(void)
{ {
if (i8042_flush()) { if (i8042_flush()) {
pr_err("No controller found\n"); pr_info("No controller found\n");
return -ENODEV; return -ENODEV;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册