USB: serial: keyspan: fix debug and error messages
authorJohan Hovold <johan@kernel.org>
Sun, 8 May 2016 18:08:00 +0000 (20:08 +0200)
committerJohan Hovold <johan@kernel.org>
Tue, 10 May 2016 07:39:57 +0000 (09:39 +0200)
commit0cd782b0bea1917a522efaedf79429fd7f6621b9
tree5100d07acd673254a88132b22980bc73f2ec3546
parent61924505ae0037527879446b36ac27c60210bc77
USB: serial: keyspan: fix debug and error messages

The URB status is signed and should be printed using %d rather than %x.

Also print endpoint addresses consistently using %x rather than %d, and
merge a broken-up error message string.

Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/keyspan.c