Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250083
b: refs/heads/master
c: d97ecd8
h: refs/heads/master
i:
  250081: 7511e2a
  250079: e549d43
v: v3
  • Loading branch information
Greg Thelen authored and Jesse Barnes committed May 10, 2011
1 parent 191908d commit 72edce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6d95bb63ce6cea7c1a344aa46bbd6e253a3f6ce
refs/heads/master: d97ecd819137118b4686a753415f93215a6edacf
2 changes: 2 additions & 0 deletions trunk/drivers/pci/access.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ static ssize_t pci_vpd_pci22_write(struct pci_dev *dev, loff_t pos, size_t count
vpd->busy = true;
vpd->flag = 0;
ret = pci_vpd_pci22_wait(dev);
if (ret < 0)
break;

pos += sizeof(u32);
}
Expand Down

0 comments on commit 72edce8

Please sign in to comment.