diff options
Diffstat (limited to 'arch/x86/pci')
-rw-r--r-- | arch/x86/pci/mmconfig-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/mmconfig-shared.c b/arch/x86/pci/mmconfig-shared.c index 429c7014febc..d9635764ce3d 100644 --- a/arch/x86/pci/mmconfig-shared.c +++ b/arch/x86/pci/mmconfig-shared.c | |||
@@ -396,7 +396,7 @@ static void __init pci_mmcfg_reject_broken(int early) | |||
396 | return; | 396 | return; |
397 | 397 | ||
398 | reject: | 398 | reject: |
399 | printk(KERN_ERR "PCI: Not using MMCONFIG.\n"); | 399 | printk(KERN_INFO "PCI: Not using MMCONFIG.\n"); |
400 | pci_mmcfg_arch_free(); | 400 | pci_mmcfg_arch_free(); |
401 | kfree(pci_mmcfg_config); | 401 | kfree(pci_mmcfg_config); |
402 | pci_mmcfg_config = NULL; | 402 | pci_mmcfg_config = NULL; |