Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7911
b: refs/heads/master
c: 11f3859
h: refs/heads/master
i:
  7909: 74f50e3
  7907: d4f6c63
  7903: e43d7e1
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Sep 8, 2005
1 parent 249c324 commit b9a917f
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: 95a629657dbe28e44a312c47815b3dc3f1ce0970
refs/heads/master: 11f3859b1e85dd408756c72e228cfb5aa7230c87
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ pci_enable_device_bars(struct pci_dev *dev, int bars)
int err;

err = pci_set_power_state(dev, PCI_D0);
if (err)
if (err < 0 && err != -EIO)
return err;
err = pcibios_enable_device(dev, bars);
if (err < 0)
Expand Down

0 comments on commit b9a917f

Please sign in to comment.