On Mon, Feb 17, 2014 at 01:10:23PM +0800, Jiang Liu wrote: > On a system with four Intel processor, 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 <[email protected]> > --- > drivers/edac/sb_edac.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/edac/sb_edac.c b/drivers/edac/sb_edac.c > index 54e2abe..347c7a1 100644 > --- a/drivers/edac/sb_edac.c > +++ b/drivers/edac/sb_edac.c > @@ -1263,7 +1263,7 @@ static int sbridge_get_onedevice(struct pci_dev **prev, > struct pci_dev *pdev = NULL; > u8 bus = 0; > > - sbridge_printk(KERN_INFO, > + sbridge_printk(KERN_DEBUG, > "Seeking for: dev %02x.%d PCI ID %04x:%04x\n", > dev_descr->dev, dev_descr->func, > PCI_VENDOR_ID_INTEL, dev_descr->dev_id);
ACK -- Aristeu -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

