From 6293dfe8ac6e97da03b3182fe07cf895564d3e24 Mon Sep 17 00:00:00 2001 From: Bjorn Helgaas Date: Fri, 28 Oct 2011 16:26:36 -0600 Subject: [PATCH] --- yaml --- r: 283367 b: refs/heads/master c: 8d88a432f497635d4330b234eb6bceeb4f0a0bc4 h: refs/heads/master i: 283365: 93ae58bd4aab648e69786fddc290dec84cf97c99 283363: 29255c97dc5e049ad3b51d1892a32ecf5abeaaaf 283359: 8d2a3a619d2fb9dde981f0d11a252aa64581aa03 v: v3 --- [refs] | 2 +- trunk/arch/microblaze/pci/pci-common.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index edd0959e8e1d..581658347bd0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e30f99222fd7b701ba7bc564722bb284ab2b2317 +refs/heads/master: 8d88a432f497635d4330b234eb6bceeb4f0a0bc4 diff --git a/trunk/arch/microblaze/pci/pci-common.c b/trunk/arch/microblaze/pci/pci-common.c index 52b643dd31b9..a720f664073a 100644 --- a/trunk/arch/microblaze/pci/pci-common.c +++ b/trunk/arch/microblaze/pci/pci-common.c @@ -1024,7 +1024,6 @@ static void __devinit pcibios_fixup_bridge(struct pci_bus *bus) struct pci_dev *dev = bus->self; pci_bus_for_each_resource(bus, res, i) { - res = bus->resource[i]; if (!res) continue; if (!res->flags) @@ -1224,7 +1223,6 @@ void pcibios_allocate_bus_resources(struct pci_bus *bus) pci_domain_nr(bus), bus->number); pci_bus_for_each_resource(bus, res, i) { - res = bus->resource[i]; if (!res || !res->flags || res->start > res->end || res->parent) continue;