commit | 8360fb0d9c21283e6fc12c43ce9ad81d1f9cffef | [log] [tgz] |
---|---|---|
author | Shuah Khan <shuah.kh@samsung.com> | Wed Jan 22 09:38:14 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 07 09:15:35 2014 -0800 |
tree | a566fbfb0e9b083a2b86d894a6268467d13a397b | |
parent | fdf2f40c6cb9649e3990bc11fe0b5c155adf555a [diff] |
staging/usbip: Fix vhci_hcd attach failure error message to be informative When attach fails due to unsupported and/or invalid bus speed, the message vhci_hcd prints out doesn't include any useful information as to what caused the failure. Change the message to be informative and use usb_speed_string() to get the right speed string from usb common. Signed-off-by: Shuah Khan <shuah.kh@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>