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)
commit09c8c8fbf01a828e43cc06b89a060d86ef3efbc3
tree51533b716889bb9f7edcfcc1f8736bde0fa147e5
parentb7945b77cd03094458f3624bc82a27e0d36e75d0
staging/usbip: simplify usbip_dump_usb_device() udev->speed handling

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