From: Mauro Carvalho Chehab Date: Wed, 30 Jun 2010 04:42:21 +0000 (-0300) Subject: i7core_edac: Avoid doing multiple probes for the same card X-Git-Tag: v2.6.35-rc4~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d95d8158b5ab51339f8482c98c01469c45ff6d7;p=pandora-kernel.git i7core_edac: Avoid doing multiple probes for the same card As Nehalem/Nehalem-EP/Westmere devices uses several devices for the same functionality (memory controller), the default way of proping devices doesn't work. So, instead of a per-device probe, all devices should be probed at once. This means that we should block any new attempt of probe, otherwise, it will try to register the same device several times. Acked-by: Doug Thompson Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed