Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203395
b: refs/heads/master
c: bc10f96
h: refs/heads/master
i:
  203393: f0db421
  203391: d5ababb
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed Jul 6, 2010
1 parent 8dab6de commit 11f2503
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 831334cbbbdc2b2923513104e6e70c80dda0bff0
refs/heads/master: bc10f96757bd6ab3721510df8defa8f21c32f974
6 changes: 0 additions & 6 deletions trunk/drivers/isdn/i4l/isdn_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -2636,12 +2636,6 @@ isdn_tty_modem_result(int code, modem_info * info)
if ((info->flags & ISDN_ASYNC_CLOSING) || (!info->tty)) {
return;
}
#ifdef CONFIG_ISDN_AUDIO
if ( !info->vonline )
tty_ldisc_flush(info->tty);
#else
tty_ldisc_flush(info->tty);
#endif
if ((info->flags & ISDN_ASYNC_CHECK_CD) &&
(!((info->flags & ISDN_ASYNC_CALLOUT_ACTIVE) &&
(info->flags & ISDN_ASYNC_CALLOUT_NOHUP)))) {
Expand Down

0 comments on commit 11f2503

Please sign in to comment.