Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174841
b: refs/heads/master
c: 9e0b5b2
h: refs/heads/master
i:
  174839: 896bd9a
v: v3
  • Loading branch information
Kleber Sacilotto de Souza authored and Jesse Barnes committed Dec 5, 2009
1 parent ae88a57 commit eaeb316
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: 5d990b627537e59a3a2f039ff588a4750e9c1a6a
refs/heads/master: 9e0b5b2c447ad0caa075a5cfef86def62e1782ff
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ pci_save_state(struct pci_dev *dev)
int i;
/* XXX: 100% dword access ok here? */
for (i = 0; i < 16; i++)
pci_read_config_dword(dev, i * 4,&dev->saved_config_space[i]);
pci_read_config_dword(dev, i * 4, &dev->saved_config_space[i]);
dev->state_saved = true;
if ((i = pci_save_pcie_state(dev)) != 0)
return i;
Expand Down

0 comments on commit eaeb316

Please sign in to comment.