commit | 1eef1282549d7accdd33ee36d409b039b1f911fb | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 11 09:07:46 2013 -0300 |
committer | Borislav Petkov <bp@suse.de> | Sat Mar 16 06:32:02 2013 +0100 |
tree | bf1be1193b2bcf6d2ab45fbcca7755050399be97 | |
parent | fbe2d3616cee37418d832b30130811888c5aaf34 [diff] |
amd64_edac: Correct DIMM sizes We were filling the csrow size with a wrong value. 16a528ee3975 ("EDAC: Fix csrow size reported in sysfs") tried to address the issue. It fixed the report with the old API but not with the new one. Correct it for the new API too. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> [ make it a per-csrow accounting regardless of ->channel_count ] Signed-off-by: Borislav Petkov <bp@suse.de>