]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/pci/host/pci-xgene.c
PCI: xgene: Allow config access to Root Port even when link is down
[karo-tx-linux.git] / drivers / pci / host / pci-xgene.c
index 70af714a2d438f2e850b0c87cea10e81691b6768..a9dfb70d623ae0acbb54d96ada58a68ecc3074fe 100644 (file)
@@ -137,9 +137,7 @@ static bool xgene_pcie_hide_rc_bars(struct pci_bus *bus, int offset)
 static void __iomem *xgene_pcie_map_bus(struct pci_bus *bus, unsigned int devfn,
                              int offset)
 {
-       struct xgene_pcie_port *port = bus->sysdata;
-
-       if ((pci_is_root_bus(bus) && devfn != 0) || !port->link_up ||
+       if ((pci_is_root_bus(bus) && devfn != 0) ||
            xgene_pcie_hide_rc_bars(bus, offset))
                return NULL;