diff options
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/i4l/isdn_tty.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/isdn/i4l/isdn_tty.c b/drivers/isdn/i4l/isdn_tty.c index fc8454d2eea5..51dc60da333b 100644 --- a/drivers/isdn/i4l/isdn_tty.c +++ b/drivers/isdn/i4l/isdn_tty.c | |||
@@ -2636,12 +2636,6 @@ isdn_tty_modem_result(int code, modem_info * info) | |||
2636 | if ((info->flags & ISDN_ASYNC_CLOSING) || (!info->tty)) { | 2636 | if ((info->flags & ISDN_ASYNC_CLOSING) || (!info->tty)) { |
2637 | return; | 2637 | return; |
2638 | } | 2638 | } |
2639 | #ifdef CONFIG_ISDN_AUDIO | ||
2640 | if ( !info->vonline ) | ||
2641 | tty_ldisc_flush(info->tty); | ||
2642 | #else | ||
2643 | tty_ldisc_flush(info->tty); | ||
2644 | #endif | ||
2645 | if ((info->flags & ISDN_ASYNC_CHECK_CD) && | 2639 | if ((info->flags & ISDN_ASYNC_CHECK_CD) && |
2646 | (!((info->flags & ISDN_ASYNC_CALLOUT_ACTIVE) && | 2640 | (!((info->flags & ISDN_ASYNC_CALLOUT_ACTIVE) && |
2647 | (info->flags & ISDN_ASYNC_CALLOUT_NOHUP)))) { | 2641 | (info->flags & ISDN_ASYNC_CALLOUT_NOHUP)))) { |