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>
Wed, 17 Jan 2018 08:45:26 +0000 (09:45 +0100)
commit34e5d097bc36f9f62db3b08b570abcd91800d00d
tree144917b73156610466e175a5592d3d61ef165a5b
parent2817c4c8fc1feab053b2e21f15bc040c3828d304
usbip: remove kernel addresses from usb device and urb debug msgs

commit e1346fd87c71a1f61de1fe476ec8df1425ac931c upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/usbip_common.c