[SERIAL] serial_cs: handle Nokia multi->single port bodge via config quirk
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 16 Sep 2006 22:04:37 +0000 (23:04 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Oct 2006 16:06:41 +0000 (17:06 +0100)
commit20f130495c07cd01fb423c3dec7f045038118dec
tree092c23eb22988a0d3e07165b7fa99709d69d050d
parentefd92dfaad962c4fbaf4251b28578c97bd3aa85f
[SERIAL] serial_cs: handle Nokia multi->single port bodge via config quirk

According to the existing code, Nokia only make single-port cards,
but are detected as multi-port cards.  Handle this in roughly the
same way via the config quirk - forcing it to be a real single port
card (info->multi=0) changes the way we allocate the IO memory,
which might stop the card working.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/serial_cs.c