[PATCH] powerpc: pci_address_to_pio fix
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 15 Dec 2005 04:00:57 +0000 (15:00 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 04:05:56 +0000 (15:05 +1100)
This fixes pci_address_to_pio() to return an unsigned long (to be safe)
and fixes a bug in the implementation that caused it to return a bogus
IO port number

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found