USB: pl2303: use interface device for debug
authorJohan Hovold <jhovold@gmail.com>
Thu, 21 Mar 2013 11:36:21 +0000 (12:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 20:39:22 +0000 (13:39 -0700)
commit7b5789a86890423e1460362798140c26822798b1
treefa65dc614985cb3307810117cc6b991fbf314a5c
parent83e86c79a61d4098aa3e53bb919adfe0c4c34461
USB: pl2303: use interface device for debug

Use interface rather than usb-serial device for debugging interface
related operations. This gives more descriptive messages, such as

[  905.669436] pl2303 1-4.1:1.0: 0x40:0x1:0x8:0x0  0

rather than

[  341.943535] usb 1-4.1: 0x40:0x1:0x8:0x0  0

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/pl2303.c