commit | b487c33e55eb7e18cd98094f7159c6d9e8b6bedd | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Mon Feb 21 18:55:00 2011 +0100 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Thu Mar 17 14:46:28 2011 +0100 |
tree | 56fe006bf392c090a8d2fcf2a2109055e3279fda | |
parent | d88977a9c433deb7e558e0af51092449ef2ad2dd [diff] |
amd64_edac: Fix node id signedness A node id can never be negative since we use it as an index into the DRAM ranges array. This also makes one of the BUG_ON conditions redundant. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>