diff options
Diffstat (limited to 'drivers/usb/serial/kl5kusb105.c')
-rw-r--r-- | drivers/usb/serial/kl5kusb105.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/kl5kusb105.c b/drivers/usb/serial/kl5kusb105.c index 2dbe22ae50f..8eef91ba4b1 100644 --- a/drivers/usb/serial/kl5kusb105.c +++ b/drivers/usb/serial/kl5kusb105.c | |||
@@ -699,7 +699,6 @@ static void klsi_105_read_bulk_callback(struct urb *urb) | |||
699 | bytes_sent = urb->actual_length - 2; | 699 | bytes_sent = urb->actual_length - 2; |
700 | } | 700 | } |
701 | 701 | ||
702 | tty_buffer_request_room(tty, bytes_sent); | ||
703 | tty_insert_flip_string(tty, data + 2, bytes_sent); | 702 | tty_insert_flip_string(tty, data + 2, bytes_sent); |
704 | tty_flip_buffer_push(tty); | 703 | tty_flip_buffer_push(tty); |
705 | tty_kref_put(tty); | 704 | tty_kref_put(tty); |