]> git.openfabrics.org - ~emulex/infiniband.git/commit
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)
commit5484081d2203517602b76ea281bac98a1ab7f144
tree2c653cd258072aa8c89b3a3d29a2dab44c2cae5a
parent40a46d8b40e326ba77e0858f3a45206ebc201660
staging: usbip: Fix format string mismatch in usbip_vhci_attach_device2

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