diff options
Diffstat (limited to 'drivers/usb/serial/sierra.c')
-rw-r--r-- | drivers/usb/serial/sierra.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c index ed30adefff85..23188873eb07 100644 --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c | |||
@@ -566,6 +566,8 @@ static int sierra_chars_in_buffer(struct usb_serial_port *port) | |||
566 | * have sent out, but hasn't made it through to the | 566 | * have sent out, but hasn't made it through to the |
567 | * device as we can't see the backend here, so just | 567 | * device as we can't see the backend here, so just |
568 | * tell the tty layer that everything is flushed. | 568 | * tell the tty layer that everything is flushed. |
569 | * | ||
570 | * FIXME: should walk the outstanding urbs info | ||
569 | */ | 571 | */ |
570 | return 0; | 572 | return 0; |
571 | } | 573 | } |