Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31589
b: refs/heads/master
c: 0cadaf4
h: refs/heads/master
i:
  31587: e143fd0
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 1, 2006
1 parent 0b5effd commit b145c30
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9c7a41691f37a1538a88e5eb9b0b73df1f834542
refs/heads/master: 0cadaf45bd7c19f0bef49d1eebfff38a046b9ba4
3 changes: 2 additions & 1 deletion trunk/drivers/pnp/resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ int pnp_check_irq(struct pnp_dev * dev, int idx)
/* check if the resource is already in use, skip if the
* device is active because it itself may be in use */
if(!dev->active) {
if (request_irq(*irq, pnp_test_handler, SA_INTERRUPT, "pnp", NULL))
if (request_irq(*irq, pnp_test_handler,
SA_INTERRUPT|SA_PROBEIRQ, "pnp", NULL))
return 0;
free_irq(*irq, NULL);
}
Expand Down

0 comments on commit b145c30

Please sign in to comment.