diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-07-16 02:41:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:52 -0400 |
commit | 7e7d136e9e083f04b859411248c699cbb89e418d (patch) | |
tree | 5a33558da1e1b8bb19b9174ed79dd010abda1334 /drivers/char/istallion.c | |
parent | d471d340ef9543a1e2f70f99c21ee2c770e7b17c (diff) |
serial: remove termios checks from various old char serial drivers
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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); |