git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da1b7b
)
EDAC: Handle empty msg strings when reporting errors
author
Borislav Petkov
<borislav.petkov@amd.com>
Mon, 10 Sep 2012 16:36:09 +0000
(18:36 +0200)
committer
Borislav Petkov
<bp@alien8.de>
Wed, 28 Nov 2012 10:24:12 +0000
(11:24 +0100)
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>
No differences found