commit | a6646ea683c0c73962cb67aea9be40b11b916de5 | [log] [tgz] |
---|---|---|
author | Shuah Khan <shuah.kh@samsung.com> | Wed Jan 22 14:24:29 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 07 10:53:35 2014 -0800 |
tree | 1e82b2f1a6b8a09bee1dd736a57ccdbb90bef2c6 | |
parent | 3b92e8ae303f8df6a30690358876692d979bd6dc [diff] |
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>