commit | f430d5707aa47af8669bbc0083a79e7d780908b2 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Mon Sep 10 18:36:09 2012 +0200 |
committer | Borislav Petkov <bp@alien8.de> | Wed Nov 28 11:24:12 2012 +0100 |
tree | c2fce05c7a3112f4ca7f600cdc3705b05de7ee04 | |
parent | 4da1b7bfe7699881c761d71b5e299a65bce48ab2 [diff] |
EDAC: Handle empty msg strings when reporting errors A reported error could look like this [ 226.178315] EDAC MC0: 1 CE on mc#0csrow#0channel#0 (csrow:0 channel:0 page:0x427c0d offset:0xde0 grain:0 syndrome:0x1c6) with two spaces back-to-back due to the msg argument of edac_mc_handle_error being passed on empty by the specific drivers. Handle that. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>