aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/pci/mmconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/pci/mmconfig.c')
-rw-r--r--arch/x86_64/pci/mmconfig.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86_64/pci/mmconfig.c b/arch/x86_64/pci/mmconfig.c
index faabb6e87f12..98202cb50d8a 100644
--- a/arch/x86_64/pci/mmconfig.c
+++ b/arch/x86_64/pci/mmconfig.c
@@ -170,7 +170,9 @@ void __init pci_mmcfg_init(int type)
170 if ((pci_probe & PCI_PROBE_MMCONF) == 0) 170 if ((pci_probe & PCI_PROBE_MMCONF) == 0)
171 return; 171 return;
172 172
173 acpi_table_parse(ACPI_SIG_MCFG, acpi_parse_mcfg); 173 if (acpi_table_parse(ACPI_SIG_MCFG, acpi_parse_mcfg))
174 return;
175
174 if ((pci_mmcfg_config_num == 0) || 176 if ((pci_mmcfg_config_num == 0) ||
175 (pci_mmcfg_config == NULL) || 177 (pci_mmcfg_config == NULL) ||
176 (pci_mmcfg_config[0].address == 0)) 178 (pci_mmcfg_config[0].address == 0))