staging/usbip: Change vhci_hcd store_attach() device information message to include...
authorShuah Khan <shuah.kh@samsung.com>
Wed, 22 Jan 2014 21:24:29 +0000 (14:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 18:53:35 +0000 (10:53 -0800)
commita6646ea683c0c73962cb67aea9be40b11b916de5
tree1e82b2f1a6b8a09bee1dd736a57ccdbb90bef2c6
parent3b92e8ae303f8df6a30690358876692d979bd6dc
staging/usbip: Change vhci_hcd store_attach() device information message to include speed string

Change vhci_hcd store_attach() routine to include speed string in its device
information message. The current call to dev_info() prints out speed number
which is the enum number. Change to call usb_speed_string() to print speed
string in addition to the number.

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