]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: ark3116: use port device for info and error messages
authorJohan Hovold <johan@kernel.org>
Tue, 31 Jan 2017 10:51:09 +0000 (11:51 +0100)
committerJohan Hovold <johan@kernel.org>
Tue, 31 Jan 2017 16:21:38 +0000 (17:21 +0100)
commit55c53d36a12a8e80b64093c7dbec5b386ddcc513
tree1ec097debc278efe00381ae7c2ac2dfd85960bce
parent1339327774f7dba3e90bbd42d32aad378f1a9522
USB: serial: ark3116: use port device for info and error messages

Use the port device rather than usb device in info and error messages.

This makes sure that driver and tty port is included in the messages,
while also making them more uniform.

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