Re: [PATCH -v2] Input: i8042: Add dbg msg when a command can't write its parameter

2017-01-22 Thread Dmitry Torokhov
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 > >

[PATCH -v2] Input: i8042: Add dbg msg when a command can't write its parameter

2017-01-22 Thread Marcos Paulo de Souza
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 --- Changes from v1: * use dbg instead of pr_