[PATCH] drivers/char/specialix.c: fix the baud conversion
commita4bb2cf1c3d30e7498e5561b22246b5bcbfe2e15
authorAdrian Bunk <bunk@stusta.de>
Tue, 17 Oct 2006 07:10:00 +0000 (17 00:10 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Oct 2006 15:18:44 +0000 (17 08:18 -0700)
tree2f8a81498718d563b928c2e2c3d139ec799f4b02
parentc60099bfe3a5e6fa22a930627689b3769c52153f
[PATCH] drivers/char/specialix.c: fix the baud conversion

Correct the following bugs introduced by commit
67cc0161ecc9ebee6eba4af6cbfdba028090b1b9:

- remove one remaining and now incorrect baud_table[] usage
- "baud +=" is no longer correct

The former bug was spotted by the Coverity checker.

Rolf Eike Beer spotted a bug in the initial version of my patch.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/specialix.c