commit | 1624f003349b49050f42c7d9f5407dfc05efb912 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jan 04 18:09:44 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jan 04 18:09:44 2006 +0000 |
tree | 43fef7650e2bb7832222956b0dc46e6b48e74b8c | |
parent | 26e92861be9c0da3be30718de693976b3f6a8026 [diff] |
[SERIAL] Fix matching of MMIO ports The function uart_match_port() incorrectly compares the ioremap'd virtual addresses of ports instead of the physical address to find duplicate ports for MMIO based UARTs. This fixes it. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>