From: Aristeu Rozanski <aris@redhat.com>
To: linux-edac@vger.kernel.org
Cc: Jason Baron <jbaron@akamai.com>, Borislav Petkov <bp@alien8.de>,
Mauro Carvalho Chehab <mchehab@kernel.org>
Subject: ie31200_edac: increase polling debug message level
Date: Wed, 14 Jun 2017 09:58:14 -0400 [thread overview]
Message-ID: <20170614135813.GG8041@redhat.com> (raw)
ie31200_check() emits a debug message at the lowest debug level which
means you have a once per second message in the logs that isn't
generally interesting. Raise it to 3 to match the other places the
driver emits function enter/exit debug messages.
Cc: Jason Baron <jbaron@akamai.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Aristeu Rozanski <aris@redhat.com>
diff --git a/drivers/edac/ie31200_edac.c b/drivers/edac/ie31200_edac.c
index 2733fb5..16fbc07 100644
--- a/drivers/edac/ie31200_edac.c
+++ b/drivers/edac/ie31200_edac.c
@@ -306,7 +306,7 @@ static void ie31200_check(struct mem_ctl_info *mci)
{
struct ie31200_error_info info;
- edac_dbg(1, "MC%d\n", mci->mc_idx);
+ edac_dbg(3, "MC%d\n", mci->mc_idx);
ie31200_get_and_clear_error_info(mci, &info);
ie31200_process_error_info(mci, &info);
}
next reply other threads:[~2017-06-14 13:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-14 13:58 Aristeu Rozanski [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-06-29 11:57 ie31200_edac: increase polling debug message level Borislav Petkov
2017-06-29 17:02 Jason Baron
2017-06-29 17:14 Borislav Petkov
2017-06-30 14:27 Jason Baron
2017-06-30 14:44 Borislav Petkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170614135813.GG8041@redhat.com \
--to=aris@redhat.com \
--cc=bp@alien8.de \
--cc=jbaron@akamai.com \
--cc=linux-edac@vger.kernel.org \
--cc=mchehab@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.