From: Borislav Petkov Date: Mon, 21 Feb 2011 17:55:00 +0000 (+0100) Subject: amd64_edac: Fix node id signedness X-Git-Tag: v2.6.39-rc1~445^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b487c33e55eb7e18cd98094f7159c6d9e8b6bedd;p=pandora-kernel.git 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 --- Reading git-diff-tree failed