From: Shuah Khan Date: Wed, 22 Jan 2014 21:24:29 +0000 (-0700) Subject: staging/usbip: Change vhci_hcd store_attach() device information message to include... X-Git-Tag: v3.15-rc1~139^2~1205 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6646ea683c0c73962cb67aea9be40b11b916de5;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed