ACPI, APEI, CPER: Cleanup CPER memory error output format
authorChen, Gong <gong.chen@linux.intel.com>
Fri, 18 Oct 2013 21:30:29 +0000 (14:30 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 23 Oct 2013 17:10:49 +0000 (10:10 -0700)
Memory error reporting is much too verbose.  Most users do not care about
the DIMM internal bank/row/column information. Downgrade the fine details
to "pr_debug" status so that those few who do care can get them if they
really want to.  The detail information will be later be provided by
perf/trace interface.
Since things are still a bit scary, and users are sometimes overly
nervous, provide a reassuring message that corrected errors do not
generally require any further action.

Suggested-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Chen, Gong <gong.chen@linux.intel.com>
Reviewed-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found