diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/serial/usb-serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c index 717e376795e4..3bcf33466587 100644 --- a/drivers/usb/serial/usb-serial.c +++ b/drivers/usb/serial/usb-serial.c | |||
@@ -625,7 +625,7 @@ int usb_serial_probe(struct usb_interface *interface, | |||
625 | struct usb_endpoint_descriptor *bulk_out_endpoint[MAX_NUM_PORTS]; | 625 | struct usb_endpoint_descriptor *bulk_out_endpoint[MAX_NUM_PORTS]; |
626 | struct usb_serial_driver *type = NULL; | 626 | struct usb_serial_driver *type = NULL; |
627 | int retval; | 627 | int retval; |
628 | int minor; | 628 | unsigned int minor; |
629 | int buffer_size; | 629 | int buffer_size; |
630 | int i; | 630 | int i; |
631 | int num_interrupt_in = 0; | 631 | int num_interrupt_in = 0; |