commit | 4055759145b421537207ed0d034041f1774ab41d | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Nov 30 08:14:30 2010 -0200 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Nov 01 10:01:49 2011 -0200 |
tree | 9819fc092edb4fed369ebf6a7767174fdf484f4f | |
parent | f9902f24fc2d6bcc836622aa70e77f7f9dfb30a9 [diff] |
i7core_edac: return -ENODEV if no MC is found Nehalem-EX uses a different memory controller. However, as the memory controller is not visible on some Nehalem/Nehalem-EP, we need to indirectly probe via a X58 PCI device. The same devices are found on (some) Nehalem-EX. So, on those machines, the probe routine needs to return -ENODEV, as the actual Memory Controller registers won't be detected. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>