* [PATCH] Input: i8042 - Lower log level for "no controller" message
@ 2015-09-04 10:07 Takashi Iwai
2015-09-05 17:29 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Takashi Iwai @ 2015-09-04 10:07 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: linux-input, linux-kernel
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>
---
drivers/input/serio/i8042.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
index cb5ece77fd7d..b8cde6912d93 100644
--- a/drivers/input/serio/i8042.c
+++ b/drivers/input/serio/i8042.c
@@ -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;
}
--
2.5.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Input: i8042 - Lower log level for "no controller" message
2015-09-04 10:07 [PATCH] Input: i8042 - Lower log level for "no controller" message Takashi Iwai
@ 2015-09-05 17:29 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2015-09-05 17:29 UTC (permalink / raw)
To: Takashi Iwai; +Cc: linux-input, linux-kernel
On Fri, Sep 04, 2015 at 12:07:22PM +0200, Takashi Iwai wrote:
> 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>
Applied, thank you.
> ---
> drivers/input/serio/i8042.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
> index cb5ece77fd7d..b8cde6912d93 100644
> --- a/drivers/input/serio/i8042.c
> +++ b/drivers/input/serio/i8042.c
> @@ -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;
> }
>
> --
> 2.5.1
>
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-05 17:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04 10:07 [PATCH] Input: i8042 - Lower log level for "no controller" message Takashi Iwai
2015-09-05 17:29 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).