amd64_edac: fix ECC checking
authorDoug Thompson <dougthompson@xmission.com>
Mon, 3 Aug 2009 10:37:06 +0000 (12:37 +0200)
committerBorislav Petkov <borislav.petkov@amd.com>
Mon, 3 Aug 2009 14:54:20 +0000 (16:54 +0200)
commit126b67b8d26f6623d199aa59279f2e3243f2144c
tree034e8bab3512d4c5ff87400925a83754c2918937
parented680c4ad478d0fee9740f7d029087f181346564
amd64_edac: fix ECC checking

On the good path of BIOS enabled ECC and no override, the value returned
is 1 by omission and thus is deemed failing by the probe-function.

Allow proper module initialization by clearing the retval explicitly.

Signed-off-by: Doug Thompson <dougthompson@xmission.com>
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
drivers/edac/amd64_edac.c