From: Mauro Carvalho Chehab Date: Sun, 6 Sep 2009 02:06:50 +0000 (-0300) Subject: i7core_edac: change remove module strategy X-Git-Tag: v2.6.35-rc2~10^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e6bcbdcf9279321dbe646c5a234b816db12881;p=pandora-kernel.git i7core_edac: change remove module strategy The old remove module stragegy didn't work on devices with multiple cores, since only one PCI device is used to open all mc's, due to Nehalem nature. Also, it were based at pdev value. However, this doesn't point to the pci device used at mci->dev. So, instead, it unregisters all devices at once, deleting them from the device list. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed