public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] amd64_edac: fix insmod fail while ecc is enabled
@ 2009-07-27 16:47 wan wei
  2009-07-27 17:01 ` Borislav Petkov
  2009-07-27 18:01 ` Doug Thompson
  0 siblings, 2 replies; 6+ messages in thread
From: wan wei @ 2009-07-27 16:47 UTC (permalink / raw)
  To: dougthompson, borislav.petkov; +Cc: linux-kernel

Signed-off-by: Wan Wei<wanwei@mail.dawning.com.cn>

diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c
index 858fe60..95b1096 100644
--- a/drivers/edac/amd64_edac.c
+++ b/drivers/edac/amd64_edac.c
@@ -2979,6 +2979,7 @@ static int amd64_check_ecc_enabled(struct amd64_pvt *pvt)

                /* CLEAR the override, since BIOS controlled it */
                ecc_enable_override = 0;
+               ret = 0;
        }

        return ret;

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-07-27 19:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 16:47 [PATCH] amd64_edac: fix insmod fail while ecc is enabled wan wei
2009-07-27 17:01 ` Borislav Petkov
2009-07-27 17:04   ` Borislav Petkov
2009-07-27 18:01 ` Doug Thompson
2009-07-27 18:43   ` Borislav Petkov
2009-07-27 19:15     ` Doug Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox