Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276942
b: refs/heads/master
c: 286f8f3
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown authored and Samuel Ortiz committed Dec 20, 2011
1 parent 4ae5b4c commit a5ad5be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 8f6a459a9daa6ce76d7c192f2cb3047fffb45ec8
refs/heads/master: 286f8f3cd615177d5d0f8af8059a3fa39f51fa97
5 changes: 3 additions & 2 deletions trunk/drivers/mfd/twl4030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,9 @@ int twl4030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end)
}

/* install an irq handler to demultiplex the TWL4030 interrupt */
status = request_threaded_irq(irq_num, NULL, handle_twl4030_pih, 0,
"TWL4030-PIH", NULL);
status = request_threaded_irq(irq_num, NULL, handle_twl4030_pih,
IRQF_ONESHOT,
"TWL4030-PIH", NULL);
if (status < 0) {
pr_err("twl4030: could not claim irq%d: %d\n", irq_num, status);
goto fail_rqirq;
Expand Down

0 comments on commit a5ad5be

Please sign in to comment.