Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64860
b: refs/heads/master
c: f9b5a5d
h: refs/heads/master
v: v3
  • Loading branch information
Aristeu Rozanski authored and Linus Torvalds committed Sep 12, 2007
1 parent 7818b6b commit b98a460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c8bb2cfa2d6b3dbf7a69641587152a60a96f03b
refs/heads/master: f9b5a5d193c3f0bc2a8331d95e0e74d76eb8ee2c
2 changes: 1 addition & 1 deletion trunk/drivers/edac/e752x_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b98a460

Please sign in to comment.