Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116499
b: refs/heads/master
c: e65ef88
h: refs/heads/master
i:
  116497: 8958e2a
  116495: 0372974
v: v3
  • Loading branch information
Dean Nelson authored and Ingo Molnar committed Oct 16, 2008
1 parent 1193d01 commit 517a99e
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: ac54a6c9371bacb86bee1db23f7d82e8685c7e17
refs/heads/master: e65ef88c20d5c68bde18f559e0d0ad7d718beb28
2 changes: 1 addition & 1 deletion trunk/drivers/pci/htirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update)
#else
irq = create_irq();
#endif
if (irq == 0) {
if (irq <= 0) {
kfree(cfg);
return -EBUSY;
}
Expand Down

0 comments on commit 517a99e

Please sign in to comment.