From: Marcos Paulo de Souza <hidden> Date: 2016-12-06 23:46:13
This can happen in cases like bug #102951[1], so add a proper warn as done
in wait_read.
[1] https://bugzilla.kernel.org/show_bug.cgi?id=102951
Signed-off-by: Marcos Paulo de Souza <redacted>
---
drivers/input/serio/i8042.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
No, we expect this to fail on some systems (that is the whole point of
testing using the LOOP command to verify that AUX port is there and is
wired properly), so we should not be issuing warnings - the system way
very well be functioning properly.
dbg() is always there, so just rerun the boot with i8042.debug and get
all the trace needed.
Thanks.
--
Dmitry
From: Marcos Paulo de Souza <hidden> Date: 2017-01-22 17:56:23
This can happen in cases like bug #102951[1], so add a proper debug msg
as done in wait_read. Also, change wait_read debug message to differ from
wait_write.
[1] https://bugzilla.kernel.org/show_bug.cgi?id=102951
Signed-off-by: Marcos Paulo de Souza <redacted>
---
Changes from v1:
* use dbg instead of pr_warn
drivers/input/serio/i8042.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
On Sun, Jan 22, 2017 at 03:55:19PM -0200, Marcos Paulo de Souza wrote:
This can happen in cases like bug #102951[1], so add a proper debug msg
as done in wait_read. Also, change wait_read debug message to differ from
wait_write.
[1] https://bugzilla.kernel.org/show_bug.cgi?id=102951
Signed-off-by: Marcos Paulo de Souza <redacted>
Applied, thank you.
quoted hunk
---
Changes from v1:
* use dbg instead of pr_warn
drivers/input/serio/i8042.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)