Commit ef31023743e66de7184e9aad432291c842a6384b

Authored by Dave Jones
Committed by Ingo Molnar
1 parent 967060d00d

x86: silence mmconfig printk

There's so much broken mmconfig hardware/bios'es out there,
that classing this as an error seems a little extreme.
Lower its priority to KERN_INFO so that it isn't so noisy
when booting with 'quiet'

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/x86/pci/mmconfig-shared.c
... ... @@ -365,7 +365,7 @@
365 365 return;
366 366  
367 367 reject:
368   - printk(KERN_ERR "PCI: Not using MMCONFIG.\n");
  368 + printk(KERN_INFO "PCI: Not using MMCONFIG.\n");
369 369 pci_mmcfg_arch_free();
370 370 kfree(pci_mmcfg_config);
371 371 pci_mmcfg_config = NULL;