|
@@ -628,7 +628,6 @@ void gigaset_if_receive(struct cardstate *cs,
|
|
if (tty == NULL)
|
|
if (tty == NULL)
|
|
gig_dbg(DEBUG_IF, "receive on closed device");
|
|
gig_dbg(DEBUG_IF, "receive on closed device");
|
|
else {
|
|
else {
|
|
- tty_buffer_request_room(tty, len);
|
|
|
|
tty_insert_flip_string(tty, buffer, len);
|
|
tty_insert_flip_string(tty, buffer, len);
|
|
tty_flip_buffer_push(tty);
|
|
tty_flip_buffer_push(tty);
|
|
}
|
|
}
|