Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sb_edac: Degrade log level for device registration

On a system with four Intel processors, it generates too many messages
"EDAC sbridge: Seeking for: dev 1d.3 PCI ID xxxx". And it doesn't give
many useful information for normal users, so change log level from INFO
to DEBUG.

Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Link: http://lkml.kernel.org/r/1392613824-11230-1-git-send-email-jiang.liu@linux.intel.com
Acked-by: Aristeu Rozanski <aris@redhat.com>
Signed-off-by: Borislav Petkov <bp@suse.de>

authored by

Jiang Liu and committed by
Borislav Petkov
ec5a0b38 9d0e8d83

+1 -1
+1 -1
drivers/edac/sb_edac.c
··· 1263 1263 struct pci_dev *pdev = NULL; 1264 1264 u8 bus = 0; 1265 1265 1266 - sbridge_printk(KERN_INFO, 1266 + sbridge_printk(KERN_DEBUG, 1267 1267 "Seeking for: dev %02x.%d PCI ID %04x:%04x\n", 1268 1268 dev_descr->dev, dev_descr->func, 1269 1269 PCI_VENDOR_ID_INTEL, dev_descr->dev_id);