usbip: remove kernel addresses from usb device and urb debug msgs
authorShuah Khan <shuahkh@osg.samsung.com>
Sat, 23 Dec 2017 00:00:06 +0000 (17:00 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Jan 2018 16:07:26 +0000 (17:07 +0100)
commite1346fd87c71a1f61de1fe476ec8df1425ac931c
treec2b0cf78cf24bbf25db0a1387736e2b21d8c70f2
parentb78d830f0049ef1966dc1e0ebd1ec2a594e2cf25
usbip: remove kernel addresses from usb device and urb debug msgs

usbip_dump_usb_device() and usbip_dump_urb() print kernel addresses.
Remove kernel addresses from usb device and urb debug msgs and improve
the message content.

Instead of printing parent device and bus addresses, print parent device
and bus names.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/usbip_common.c