Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86828
b: refs/heads/master
c: 07fb6f2
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Mar 5, 2008
1 parent a88f85c commit 5c69ea4
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: fb59e9f1e9786635ea12e12bf6adbb132e10f979
refs/heads/master: 07fb6f26bab869fc3bb9df0a785ba734f4c51ac3
2 changes: 1 addition & 1 deletion trunk/drivers/char/isicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ static int __devinit reset_card(struct pci_dev *pdev,
msleep(10);

portcount = inw(base + 0x2);
if (!inw(base + 0xe) & 0x1 || (portcount != 0 && portcount != 4 &&
if (!(inw(base + 0xe) & 0x1) || (portcount != 0 && portcount != 4 &&
portcount != 8 && portcount != 16)) {
dev_err(&pdev->dev, "ISILoad:PCI Card%d reset failure.\n",
card + 1);
Expand Down

0 comments on commit 5c69ea4

Please sign in to comment.