From b487c33e55eb7e18cd98094f7159c6d9e8b6bedd Mon Sep 17 00:00:00 2001 From: Borislav Petkov Date: Mon, 21 Feb 2011 18:55:00 +0100 Subject: [PATCH] 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-format-patch failed