aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/pci/mrst.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/pci/mrst.c b/arch/x86/pci/mrst.c
index 6e9e1a35a5d7..8bf2fcb88d04 100644
--- a/arch/x86/pci/mrst.c
+++ b/arch/x86/pci/mrst.c
@@ -57,6 +57,10 @@ static int fixed_bar_cap(struct pci_bus *bus, unsigned int devfn)
57 u32 pcie_cap = 0, cap_data; 57 u32 pcie_cap = 0, cap_data;
58 58
59 pos = PCIE_CAP_OFFSET; 59 pos = PCIE_CAP_OFFSET;
60
61 if (!raw_pci_ext_ops)
62 return 0;
63
60 while (pos) { 64 while (pos) {
61 if (raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number, 65 if (raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number,
62 devfn, pos, 4, &pcie_cap)) 66 devfn, pos, 4, &pcie_cap))