diff options
Diffstat (limited to 'drivers/usb/serial/visor.c')
-rw-r--r-- | drivers/usb/serial/visor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c index 137df445e296..a100a52a376e 100644 --- a/drivers/usb/serial/visor.c +++ b/drivers/usb/serial/visor.c | |||
@@ -469,6 +469,8 @@ static int visor_chars_in_buffer (struct usb_serial_port *port) | |||
469 | * have sent out, but hasn't made it through to the | 469 | * have sent out, but hasn't made it through to the |
470 | * device, so just tell the tty layer that everything | 470 | * device, so just tell the tty layer that everything |
471 | * is flushed. | 471 | * is flushed. |
472 | * | ||
473 | * FIXME: Should walk outstanding_urbs | ||
472 | */ | 474 | */ |
473 | return 0; | 475 | return 0; |
474 | } | 476 | } |