TTY: cleanup tty->hw_stopped uses
[linux-2.6-block.git] / drivers / isdn / i4l / isdn_tty.c
index d8a7d832341436ce62e1dfaacc6b6578ab79e224..221076628585103cbd05b366a6f059929598c3dc 100644 (file)
@@ -1470,9 +1470,6 @@ isdn_tty_set_termios(struct tty_struct *tty, struct ktermios *old_termios)
                    tty->termios.c_ospeed == old_termios->c_ospeed)
                        return;
                isdn_tty_change_speed(info);
-               if ((old_termios->c_cflag & CRTSCTS) &&
-                   !(tty->termios.c_cflag & CRTSCTS))
-                       tty->hw_stopped = 0;
        }
 }