Merge branch 'linux-2.6'
[sfrench/cifs-2.6.git] / arch / powerpc / kernel / pci_64.c
index b6d08738180b997832890ffbd450f3c1e4df059e..6828df4afd999600d66467168eb6eb42daf3bf28 100644 (file)
@@ -1429,7 +1429,7 @@ long sys_pciconfig_iobase(long which, unsigned long in_bus,
 
        for (ln = pci_root_buses.next; ln != &pci_root_buses; ln = ln->next) {
                bus = pci_bus_b(ln);
-               if (in_bus >= bus->number && in_bus < (bus->number + bus->subordinate))
+               if (in_bus >= bus->number && in_bus <= bus->subordinate)
                        break;
                bus = NULL;
        }