diff options
Diffstat (limited to 'drivers/char/istallion.c')
-rw-r--r-- | drivers/char/istallion.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/istallion.c b/drivers/char/istallion.c index 7b279d1de4a2..809409922996 100644 --- a/drivers/char/istallion.c +++ b/drivers/char/istallion.c | |||
@@ -1753,9 +1753,6 @@ static void stli_settermios(struct tty_struct *tty, struct ktermios *old) | |||
1753 | return; | 1753 | return; |
1754 | 1754 | ||
1755 | tiosp = tty->termios; | 1755 | tiosp = tty->termios; |
1756 | if ((tiosp->c_cflag == old->c_cflag) && | ||
1757 | (tiosp->c_iflag == old->c_iflag)) | ||
1758 | return; | ||
1759 | 1756 | ||
1760 | stli_mkasyport(portp, &aport, tiosp); | 1757 | stli_mkasyport(portp, &aport, tiosp); |
1761 | stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0); | 1758 | stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0); |