commit | db0ef08efa1bb94ba9a9e44c255d9058df5fde8d | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Sun Jul 15 23:41:47 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Jul 16 09:05:51 2007 -0700 |
tree | 913dfdd8863c428274c595d1d1094e522b37c19f | |
parent | 24da1cbff9cfce50868c2dfdcda82a68ac5cb707 [diff] |
amiserial: remove incorrect 'no termios change' check Lots of serial drivers check and optimise for setting the termios values to the ones they were before. This is pointless and the check is wrong anyway. Remove the checks on the serial drivers. If we ever do need such a check put it back in the tty layer instead _once_! 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>