staging: usbip: Fix format string mismatch in usbip_vhci_attach_device2
authorMasanari Iida <standby24x7@gmail.com>
Thu, 27 Feb 2014 11:36:31 +0000 (20:36 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 23:12:12 +0000 (15:12 -0800)
Argument type of sockfd is set as int, but format string
is set as unsigned int. Fix the mismatch.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/userspace/libsrc/vhci_driver.c