Message ID | 1471547575-14748-2-git-send-email-mawilcox@linuxonhyperv.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/arch/x86/pci/init.c b/arch/x86/pci/init.c index adb62aa..595840a 100644 --- a/arch/x86/pci/init.c +++ b/arch/x86/pci/init.c @@ -32,8 +32,7 @@ static __init int pci_arch_init(void) pci_direct_init(type); #endif if (!raw_pci_ops && !raw_pci_ext_ops) - printk(KERN_ERR - "PCI: Fatal: No config space access function found\n"); + pr_info("PCI: No config space access function found\n"); dmi_check_pciprobe();