aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/ppc/kernel/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/kernel/pci.c b/arch/ppc/kernel/pci.c
index c8b48f171699..50c75eec8874 100644
--- a/arch/ppc/kernel/pci.c
+++ b/arch/ppc/kernel/pci.c
@@ -1823,7 +1823,7 @@ unsigned long pci_address_to_pio(phys_addr_t address)
1823 unsigned long base = 1823 unsigned long base =
1824 (unsigned long)hose->io_base_virt - _IO_BASE; 1824 (unsigned long)hose->io_base_virt - _IO_BASE;
1825 return base + (address - hose->io_base_phys); 1825 return base + (address - hose->io_base_phys);
1826 1826 }
1827 } 1827 }
1828 return (unsigned int)-1; 1828 return (unsigned int)-1;
1829} 1829}