Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178709
b: refs/heads/master
c: df9d1e8
h: refs/heads/master
i:
  178707: 0c4669e
v: v3
  • Loading branch information
Linus Torvalds committed Jan 1, 2010
1 parent 1dc682a commit d59b2d3
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: c03f6bfc9f4fbeee14abef81ece67e39150a1ab1
refs/heads/master: df9d1e8a4379119cbc47c474f168b5103e404e17
2 changes: 1 addition & 1 deletion trunk/drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2694,7 +2694,7 @@ static const struct pci_dev_reset_methods pci_dev_reset_methods[] = {

int pci_dev_specific_reset(struct pci_dev *dev, int probe)
{
struct pci_dev_reset_methods *i;
const struct pci_dev_reset_methods *i;

for (i = pci_dev_reset_methods; i->reset; i++) {
if ((i->vendor == dev->vendor ||
Expand Down

0 comments on commit d59b2d3

Please sign in to comment.