[PATCH] 8250: Fix empty port registration
commitf9012a9162cf7e759dabc5ffb3b874d1e8497799
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 26 Oct 2004 01:02:03 +0000 (25 18:02 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 26 Oct 2004 01:02:03 +0000 (25 18:02 -0700)
tree6183228bbac29d6f708203036b6943f64696c133
parent7cde924197770d36430f1fc3a3a7ecbcf9299f9a
[PATCH] 8250: Fix empty port registration

My latest 8250 patch prevented registration of "empty" ports (ports that
have a 0 iobase in the static table). Unfortunately, some archs seem to rely
on this, and so broke. This patch reverts that part of the patch.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/8250.c