Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74360
b: refs/heads/master
c: 8ea50a3
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Nov 29, 2007
1 parent 4d92919 commit 3285e58
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b64d70825abbf706bbe80be1b11b09514b71f45e
refs/heads/master: 8ea50a3f0b70977939d2d9d3671b8173482afff2
4 changes: 3 additions & 1 deletion trunk/drivers/pnp/resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,10 @@ int pnp_check_irq(struct pnp_dev *dev, int idx)
{
struct pci_dev *pci = NULL;
for_each_pci_dev(pci) {
if (pci->irq == *irq)
if (pci->irq == *irq) {
pci_dev_put(pci);
return 0;
}
}
}
#endif
Expand Down

0 comments on commit 3285e58

Please sign in to comment.