[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140220104940.GC8876@pd.tnic>
Date: Thu, 20 Feb 2014 11:49:40 +0100
From: Borislav Petkov <bp@...en8.de>
To: Aristeu Rozanski <aris@...hat.com>
Cc: Jiang Liu <jiang.liu@...ux.intel.com>,
Mauro Carvalho Chehab <m.chehab@...sung.com>,
Doug Thompson <dougthompson@...ssion.com>,
linux-edac@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] sb_edac: degrade log level for "EDAC sbridge: Seeking
for: dev 1d.3 PCI ID xxxx"
On Mon, Feb 17, 2014 at 09:32:36AM -0500, Aristeu Rozanski wrote:
> 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 <jiang.liu@...ux.intel.com>
> > ---
> > 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
Applied, thanks.
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists