diff options
Diffstat (limited to 'drivers/char/cyclades.c')
-rw-r--r-- | drivers/char/cyclades.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/cyclades.c b/drivers/char/cyclades.c index ca376b92162c..e04005b5f8a6 100644 --- a/drivers/char/cyclades.c +++ b/drivers/char/cyclades.c | |||
@@ -4127,10 +4127,6 @@ static void cy_set_termios(struct tty_struct *tty, struct ktermios *old_termios) | |||
4127 | printk(KERN_DEBUG "cyc:cy_set_termios ttyC%d\n", info->line); | 4127 | printk(KERN_DEBUG "cyc:cy_set_termios ttyC%d\n", info->line); |
4128 | #endif | 4128 | #endif |
4129 | 4129 | ||
4130 | if (tty->termios->c_cflag == old_termios->c_cflag && | ||
4131 | (tty->termios->c_iflag & (IXON | IXANY)) == | ||
4132 | (old_termios->c_iflag & (IXON | IXANY))) | ||
4133 | return; | ||
4134 | set_line_char(info); | 4130 | set_line_char(info); |
4135 | 4131 | ||
4136 | if ((old_termios->c_cflag & CRTSCTS) && | 4132 | if ((old_termios->c_cflag & CRTSCTS) && |