public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH EDAC 0/5] EDAC log cleanups
@ 2012-06-12 13:23 Mauro Carvalho Chehab
  2012-06-12 13:23 ` [PATCH EDAC 1/5] amd64_edac: Don't pass driver name as an error parameter Mauro Carvalho Chehab
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Mauro Carvalho Chehab @ 2012-06-12 13:23 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Edac Mailing List,
	Linux Kernel Mailing List

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-06-12 15:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-12 13:23 [PATCH EDAC 0/5] EDAC log cleanups Mauro Carvalho Chehab
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox