staging/usbip: simplify usbip_dump_usb_device() udev->speed handling
authorShuah Khan <shuah.kh@samsung.com>
Fri, 24 Jan 2014 16:25:05 +0000 (09:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 18:55:41 +0000 (10:55 -0800)
Change usbip_dump_usb_device() to use usb_speed_string() and remove the
code that does switch on udev->speed and builds custom speed strings.

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/usbip_common.c

Simple merge