commit | 43549ad7a74e33947f3ba1756a7713086d32e97c | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Sep 16 20:53:05 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 01 17:06:20 2006 +0100 |
tree | 4d3fd53cb901bc04000170ab1d1a04fd777a0172 | |
parent | de6cc84f723ab4373d1f83e64771392d6f784c81 [diff] |
[SERIAL] serial_cs: Use clean up multiport card detection - Use ARRAY_SIZE() instead of home grown based version. - use parse->manfid.card rather than le16_to_cpu(buf[1]) - manfid.card is already converted to this format. - use info->prodid in subsequent tests rather than parse->manfid.card. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>