diff options
-rw-r--r-- | drivers/isdn/gigaset/interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/interface.c b/drivers/isdn/gigaset/interface.c index a1bcbc21ff71..f0dc6c9cc283 100644 --- a/drivers/isdn/gigaset/interface.c +++ b/drivers/isdn/gigaset/interface.c | |||
@@ -628,7 +628,6 @@ void gigaset_if_receive(struct cardstate *cs, | |||
628 | if (tty == NULL) | 628 | if (tty == NULL) |
629 | gig_dbg(DEBUG_IF, "receive on closed device"); | 629 | gig_dbg(DEBUG_IF, "receive on closed device"); |
630 | else { | 630 | else { |
631 | tty_buffer_request_room(tty, len); | ||
632 | tty_insert_flip_string(tty, buffer, len); | 631 | tty_insert_flip_string(tty, buffer, len); |
633 | tty_flip_buffer_push(tty); | 632 | tty_flip_buffer_push(tty); |
634 | } | 633 | } |