All of lore.kernel.org
 help / color / mirror / Atom feed
* [08/16] i5400_edac: get rid of polling debug message
@ 2017-08-25 15:14 Aristeu Rozanski
  0 siblings, 0 replies; only message in thread
From: Aristeu Rozanski @ 2017-08-25 15:14 UTC (permalink / raw)
  To: linux-edac; +Cc: Aristeu Rozanski, Mauro Carvalho Chehab, Borislav Petkov

From: Aristeu Rozanski <aris@redhat.com>

It's noisy and not generally useful, even at low debug priority.

Signed-off-by: Aristeu Rozanski <arozansk@redhat.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
---
 drivers/edac/i5400_edac.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/edac/i5400_edac.c b/drivers/edac/i5400_edac.c
index cd889ed..bc4124d 100644
--- a/drivers/edac/i5400_edac.c
+++ b/drivers/edac/i5400_edac.c
@@ -686,7 +686,6 @@ static void i5400_clear_error(struct mem_ctl_info *mci)
 static void i5400_check_error(struct mem_ctl_info *mci)
 {
 	struct i5400_error_info info;
-	edac_dbg(4, "MC%d\n", mci->mc_idx);
 	i5400_get_error_info(mci, &info);
 	i5400_process_error_info(mci, &info);
 }

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-25 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-25 15:14 [08/16] i5400_edac: get rid of polling debug message Aristeu Rozanski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.