diff options
Diffstat (limited to 'drivers/usb/serial/mos7720.c')
-rw-r--r-- | drivers/usb/serial/mos7720.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/mos7720.c b/drivers/usb/serial/mos7720.c index 74b889bf19cf..50f1fe263338 100644 --- a/drivers/usb/serial/mos7720.c +++ b/drivers/usb/serial/mos7720.c | |||
@@ -635,6 +635,7 @@ static int mos7720_write_room(struct usb_serial_port *port) | |||
635 | return -ENODEV; | 635 | return -ENODEV; |
636 | } | 636 | } |
637 | 637 | ||
638 | /* FIXME: Locking */ | ||
638 | for (i = 0; i < NUM_URBS; ++i) { | 639 | for (i = 0; i < NUM_URBS; ++i) { |
639 | if (mos7720_port->write_urb_pool[i] && mos7720_port->write_urb_pool[i]->status != -EINPROGRESS) | 640 | if (mos7720_port->write_urb_pool[i] && mos7720_port->write_urb_pool[i]->status != -EINPROGRESS) |
640 | room += URB_TRANSFER_BUFFER_SIZE; | 641 | room += URB_TRANSFER_BUFFER_SIZE; |