Revert "sparc/PCI: Clip bridge windows to fit in upstream windows"
[cascardo/linux.git] / arch / sparc / kernel / pci.c
index 9ce5afe..b36365f 100644 (file)
@@ -639,10 +639,7 @@ static void pci_claim_bus_resources(struct pci_bus *bus)
                                       (unsigned long long)r->end,
                                       (unsigned int)r->flags);
 
-                       if (pci_claim_resource(dev, i) == 0)
-                               continue;
-
-                       pci_claim_bridge_resource(dev, i);
+                       pci_claim_resource(dev, i);
                }
        }