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:
584fcff
)
amd64_edac: fix ecc_enable_override handling
author
Borislav Petkov
<borislav.petkov@amd.com>
Mon, 22 Jun 2009 17:42:24 +0000
(19:42 +0200)
committer
Borislav Petkov
<borislav.petkov@amd.com>
Fri, 26 Jun 2009 11:06:41 +0000
(13:06 +0200)
amd64_check_ecc_enabled() returns non-zero status when ECC
checking/correcting is disabled and this fails further loading of the
driver even when 'ecc_enable_override' boot param is used.
Fix that by clearing return status in that case.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
No differences found