commit | 22e6bcbdcf9279321dbe646c5a234b816db12881 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Sep 05 23:06:50 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon May 10 11:45:00 2010 -0300 |
tree | 1488af672bbf9b4ffd5afd35c450c95b4fd8a32b | |
parent | 0f062792b48dc8389fb18cbfb9318625886644c7 [diff] |
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 <mchehab@redhat.com>