aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac')
-rw-r--r--drivers/edac/i7core_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
index e3404b2bbaa2..362861c15779 100644
--- a/drivers/edac/i7core_edac.c
+++ b/drivers/edac/i7core_edac.c
@@ -2046,7 +2046,7 @@ static int __devinit i7core_probe(struct pci_dev *pdev,
2046 */ 2046 */
2047 if (unlikely(probed >= 1)) { 2047 if (unlikely(probed >= 1)) {
2048 mutex_unlock(&i7core_edac_lock); 2048 mutex_unlock(&i7core_edac_lock);
2049 return -EINVAL; 2049 return -ENODEV;
2050 } 2050 }
2051 probed++; 2051 probed++;
2052 2052