]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/edac/e752x_edac.c
[CCID3]: Kill some bloat
[linux-2.6-omap-h63xx.git] / drivers / edac / e752x_edac.c
index 3bba224cb55df8d2c1306eead3712d96257be9e6..6eb434749cd5bad20ea376856c436b8f8587751b 100644 (file)
@@ -967,7 +967,7 @@ static int e752x_probe1(struct pci_dev *pdev, int dev_idx)
        if (!force_function_unhide && !(stat8 & (1 << 5))) {
                printk(KERN_INFO "Contact your BIOS vendor to see if the "
                        "E752x error registers can be safely un-hidden\n");
-               return -ENOMEM;
+               return -ENODEV;
        }
        stat8 |= (1 << 5);
        pci_write_config_byte(pdev, E752X_DEVPRES1, stat8);