Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208542
b: refs/heads/master
c: 44aa80f
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Linus Torvalds committed Aug 11, 2010
1 parent 8eee69a commit 1c149ee
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: bd1688dcdf6e986913f3f1ff2df9dc2bfb63db5c
refs/heads/master: 44aa80f005be88fef940fccdd345b313964768f3
2 changes: 1 addition & 1 deletion trunk/drivers/edac/i5000_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ static int __devinit i5000_init_one(struct pci_dev *pdev,

/* wake up device */
rc = pci_enable_device(pdev);
if (rc == -EIO)
if (rc)
return rc;

/* now probe and enable the device */
Expand Down

0 comments on commit 1c149ee

Please sign in to comment.