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

Commit ab089374 authored by Daniel J Blueman's avatar Daniel J Blueman Committed by Linus Torvalds
Browse files

quiesce EDAC initialisation on desktop/mobile i7



Don't print failure to detect Core i7 EDAC facilities to the console at
boot time, most often occurring on Core i7 desktops and laptops.

Signed-off-by: default avatarDaniel J Blueman <daniel.blueman@gmail.com>
Acked-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent dbbe4649
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1300,7 +1300,7 @@ int i7core_get_onedevice(struct pci_dev **prev, int devno,
		if (devno == 0)
			return -ENODEV;

		i7core_printk(KERN_ERR,
		i7core_printk(KERN_INFO,
			"Device not found: dev %02x.%d PCI ID %04x:%04x\n",
			dev_descr->dev, dev_descr->func,
			PCI_VENDOR_ID_INTEL, dev_descr->dev_id);