commit | 16a528ee3975c860dc93fbfc718fe9aa25ed92bc | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Thu Sep 13 18:53:58 2012 +0200 |
committer | Borislav Petkov <bp@alien8.de> | Wed Nov 28 11:54:40 2012 +0100 |
tree | ea0d20d3544df6dfe2977634d1a4cc837f80b964 | |
parent | 921a689965c26ae6fde12ebaadb4183cbfdb01fb [diff] |
EDAC: Fix csrow size reported in sysfs On csrow-based memory controllers, we combine the csrow size from both channels and there's no need to do that again in csrow_size_show which leads to double the size of a csrow. Fix it. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>