Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef310237 authored by Dave Jones's avatar Dave Jones Committed by Ingo Molnar
Browse files

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: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 967060d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -365,7 +365,7 @@ static void __init pci_mmcfg_reject_broken(int early)
	return;

reject:
	printk(KERN_ERR "PCI: Not using MMCONFIG.\n");
	printk(KERN_INFO "PCI: Not using MMCONFIG.\n");
	pci_mmcfg_arch_free();
	kfree(pci_mmcfg_config);
	pci_mmcfg_config = NULL;