diff --git a/[refs] b/[refs] index bb65b7ce0d0e..54930d8eed4c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9237a81a1468d0aca1cc4e244bba2362d6f81b35 +refs/heads/master: 807708844979ba8c6d5717345a8608454992696d diff --git a/trunk/drivers/char/n_tty.c b/trunk/drivers/char/n_tty.c index 94a5d5020abc..ff47907ff1bf 100644 --- a/trunk/drivers/char/n_tty.c +++ b/trunk/drivers/char/n_tty.c @@ -1331,9 +1331,6 @@ static inline void n_tty_receive_char(struct tty_struct *tty, unsigned char c) static void n_tty_write_wakeup(struct tty_struct *tty) { - /* Write out any echoed characters that are still pending */ - process_echoes(tty); - if (tty->fasync && test_and_clear_bit(TTY_DO_WRITE_WAKEUP, &tty->flags)) kill_fasync(&tty->fasync, SIGIO, POLL_OUT); }