diff options
Diffstat (limited to 'drivers/usb/serial/option.c')
-rw-r--r-- | drivers/usb/serial/option.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index f6646b30f954..68c7457a98ae 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
@@ -964,7 +964,6 @@ static void option_indat_callback(struct urb *urb) | |||
964 | } else { | 964 | } else { |
965 | tty = tty_port_tty_get(&port->port); | 965 | tty = tty_port_tty_get(&port->port); |
966 | if (urb->actual_length) { | 966 | if (urb->actual_length) { |
967 | tty_buffer_request_room(tty, urb->actual_length); | ||
968 | tty_insert_flip_string(tty, data, urb->actual_length); | 967 | tty_insert_flip_string(tty, data, urb->actual_length); |
969 | tty_flip_buffer_push(tty); | 968 | tty_flip_buffer_push(tty); |
970 | } else | 969 | } else |