]> git.baikalelectronics.ru Git - kernel.git/commit
tty_ioctl: fix the baud_table check in encode_baud_rate
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 18 Oct 2007 10:04:35 +0000 (03:04 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 18 Oct 2007 21:37:17 +0000 (14:37 -0700)
commita03a37e0766262c745f11ac73ff415fbc37b60b4
treeb6e278a84e0f221dfcd4d2095e104f3575f6ce7f
parentd7724b8ad6ccf83b79f80d4833c098fb977be185
tty_ioctl: fix the baud_table check in encode_baud_rate

The tty_termios_encode_baud_rate() function as defined by tty_ioctl.c has a
problem with the baud_table within.  The comparison operators are reversed
and as a result this table's entries never match and BOTHER is always used.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_ioctl.c