amd64_edac: Reorganize error reporting path
authorBorislav Petkov <borislav.petkov@amd.com>
Thu, 30 Aug 2012 16:01:36 +0000 (18:01 +0200)
committerBorislav Petkov <bp@alien8.de>
Wed, 28 Nov 2012 10:45:34 +0000 (11:45 +0100)
Rewrite CE/UE paths so that they use the same code and drop additional
code duplication in handle_ue. Add a struct err_info which collects
required info for the error reporting. This, in turn, helps slimming all
edac_mc_handle_error() calls down to one.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>

No differences found