From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>,
Linux Edac Mailing List <linux-edac@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH EDAC 0/5] EDAC log cleanups
Date: Tue, 12 Jun 2012 10:23:26 -0300 [thread overview]
Message-ID: <cover.1339507094.git.mchehab@redhat.com> (raw)
Do some cleanups at the error logs:
- amd64_edac: don't print driver's name at the error strings;
- arch parameter is never used. Remove it from edac_mc_handle_error();
- Add error count parameter to edac_mc_handle_error();
- Use the error count parameter on sb_edac/i7core_edac.
Mauro Carvalho Chehab (5):
amd64_edac: Don't pass driver name as an error parameter
edac: remove arch-specific parameter for the error handler
edac: allow to specify how many errors were received
i7core_edac: properly handle error count
sb_edac: properly handle error count
drivers/edac/amd64_edac.c | 53 +++++++++++++++++-----------------------
drivers/edac/amd76x_edac.c | 8 +++---
drivers/edac/cell_edac.c | 8 +++---
drivers/edac/cpc925_edac.c | 8 +++---
drivers/edac/e752x_edac.c | 16 ++++++------
drivers/edac/e7xxx_edac.c | 16 ++++++------
drivers/edac/edac_core.h | 4 +--
drivers/edac/edac_mc.c | 32 ++++++++++++------------
drivers/edac/edac_mc_sysfs.c | 4 +--
drivers/edac/i3000_edac.c | 12 ++++-----
drivers/edac/i3200_edac.c | 12 ++++-----
drivers/edac/i5000_edac.c | 16 ++++++------
drivers/edac/i5100_edac.c | 8 +++---
drivers/edac/i5400_edac.c | 8 +++---
drivers/edac/i7300_edac.c | 8 +++---
drivers/edac/i7core_edac.c | 33 +++++++++----------------
drivers/edac/i82443bxgx_edac.c | 8 +++---
drivers/edac/i82860_edac.c | 12 ++++-----
drivers/edac/i82875p_edac.c | 12 ++++-----
drivers/edac/i82975x_edac.c | 12 ++++-----
drivers/edac/mpc85xx_edac.c | 8 +++---
drivers/edac/mv64x60_edac.c | 8 +++---
drivers/edac/pasemi_edac.c | 8 +++---
drivers/edac/ppc4xx_edac.c | 8 +++---
drivers/edac/r82600_edac.c | 8 +++---
drivers/edac/sb_edac.c | 11 ++++-----
drivers/edac/tile_edac.c | 4 +--
drivers/edac/x38_edac.c | 12 ++++-----
28 files changed, 171 insertions(+), 186 deletions(-)
--
1.7.10.2
next reply other threads:[~2012-06-12 13:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-12 13:23 Mauro Carvalho Chehab [this message]
2012-06-12 13:23 ` [PATCH EDAC 1/5] amd64_edac: Don't pass driver name as an error parameter Mauro Carvalho Chehab
2012-06-12 13:23 ` [PATCH EDAC 2/5] edac: remove arch-specific parameter for the error handler Mauro Carvalho Chehab
2012-06-12 13:23 ` [PATCH EDAC 3/5] edac: allow to specify how many errors were received Mauro Carvalho Chehab
2012-06-12 15:36 ` [PATCH EDAC] edac: edac_mc_handle_error(): add an error_count parameter Mauro Carvalho Chehab
2012-06-12 13:23 ` [PATCH EDAC 4/5] i7core_edac: properly handle error count Mauro Carvalho Chehab
2012-06-12 13:23 ` [PATCH EDAC 5/5] sb_edac: " Mauro Carvalho Chehab
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=cover.1339507094.git.mchehab@redhat.com \
--to=mchehab@redhat.com \
--cc=linux-edac@vger.kernel.org \
--cc=linux-kernel@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox