From: Alan Cox Date: Mon, 16 Jul 2007 06:41:47 +0000 (-0700) Subject: amiserial: remove incorrect 'no termios change' check X-Git-Tag: v2.6.23-rc1~809 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db0ef08efa1bb94ba9a9e44c255d9058df5fde8d;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed