]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit92ca7eaf2bdfd85b51aac0d537866d4d3828917b
treec2b0cf78cf24bbf25db0a1387736e2b21d8c70f2
parent8585a959120d1b7a841b48e7322893a7c0ab9721
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