]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] serial: Fix up offenders peering at baud bits directly
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Sun, 1 Oct 2006 06:27:24 +0000 (23:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:20 +0000 (00:39 -0700)
commitec7e5f61f090eae0fd8c6309777c190cc1d6990d
tree6a9690926d5afd84545ca364dd3ca173d9aca1eb
parent656bb8000c1df29190afd4f0ed878a91d2f60dd5
[PATCH] serial: Fix up offenders peering at baud bits directly

Stop some other people peering into the baud bits on their own and make
them use the tty_get_baud_rate() helper as a preperation for the move to
the new termios.  Corrected dependancy previous one had on new termios
structs

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/moxa.c
drivers/char/mxser.c
drivers/char/riscom8.c