From: Hidetoshi Seto Date: Tue, 8 Dec 2009 07:52:44 +0000 (+0900) Subject: x86, mce: fix confusion between bank attributes and mce attributes X-Git-Tag: v2.6.33-rc1~304^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c0e9f28da84c68ce0ae68b7a75faaf862e156e2;p=pandora-kernel.git x86, mce: fix confusion between bank attributes and mce attributes Commit cebe182033f156b430952370fb0f9dbe6e89b081 had an unnecessary, wrong change: &mce_banks[i].attr is equivalent to the former bank_attrs[i], not to mce_attrs[i]. Signed-off-by: Hidetoshi Seto Acked-by: Andi Kleen LKML-Reference: <4B1E05CC.4040703@jp.fujitsu.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed