diff options
Diffstat (limited to 'tools/usb/usbip/libsrc')
-rw-r--r-- | tools/usb/usbip/libsrc/usbip_device_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/usb/usbip/libsrc/usbip_device_driver.c b/tools/usb/usbip/libsrc/usbip_device_driver.c index e059b7d1ec5b..b2dac82975af 100644 --- a/tools/usb/usbip/libsrc/usbip_device_driver.c +++ b/tools/usb/usbip/libsrc/usbip_device_driver.c | |||
@@ -77,7 +77,7 @@ int read_usb_vudc_device(struct udev_device *sdev, struct usbip_usb_device *dev) | |||
77 | const char *path, *name; | 77 | const char *path, *name; |
78 | char filepath[SYSFS_PATH_MAX]; | 78 | char filepath[SYSFS_PATH_MAX]; |
79 | struct usb_device_descriptor descr; | 79 | struct usb_device_descriptor descr; |
80 | unsigned i; | 80 | unsigned int i; |
81 | FILE *fd = NULL; | 81 | FILE *fd = NULL; |
82 | struct udev_device *plat; | 82 | struct udev_device *plat; |
83 | const char *speed; | 83 | const char *speed; |