Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8033
b: refs/heads/master
c: 2fd9d74
h: refs/heads/master
i:
  8031: e20ddcf
v: v3
  • Loading branch information
Brett M Russ authored and Linus Torvalds committed Sep 9, 2005
1 parent 8768219 commit b62c43e
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: ddcc95963449d028b16d9b9fe50f6e91ce7d9e81
refs/heads/master: 2fd9d74b35efa9823f1f7d34cb421e2b9eee9650
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ pci_intx(struct pci_dev *pdev, int enable)
}

if (new != pci_command) {
pci_write_config_word(pdev, PCI_COMMAND, pci_command);
pci_write_config_word(pdev, PCI_COMMAND, new);
}
}

Expand Down

0 comments on commit b62c43e

Please sign in to comment.