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:38:55 +0000 (09:38 +0100)
commit6851ec74bfe44e8aa568fd00603759c4a2918752
treeaacacbfe34e54cb1d65bb131168fa77a718bab1f
parent435db24bb91f7dd16940d8ddedc3b5ca75547fb5
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