[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <86bb1aef0907270947o6219f950xf13a077b30486d41@mail.gmail.com>
Date: Tue, 28 Jul 2009 00:47:33 +0800
From: wan wei <onewayforever@...il.com>
To: dougthompson@...ssion.com, borislav.petkov@....com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] amd64_edac: fix insmod fail while ecc is enabled
Signed-off-by: Wan Wei<wanwei@...l.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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists