]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] generic_serial: remove private decoding of baud rate bits
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Fri, 29 Sep 2006 09:01:38 +0000 (02:01 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:24 +0000 (09:18 -0700)
commit6561b14d091436bc78a909611631ba56c9170f23
tree63468b72b89791971403a4826cc6f7dc1d07232c
parent3ce65edb34d2c86fc72361b322d01ce30624b318
[PATCH] generic_serial: remove private decoding of baud rate bits

The driver has no business doing this work itself any more and hasn't for some
years.  When the new speed stuff goes in this will break entirely so fix it up
ready.

Also remove a #if 0 around a comment....

Signed-off-by: Alan Cox <alan@redhat.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/generic_serial.c