projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f742b96
)
mfd: Remove IRQF_DISABLED flag from twl4030-irq
author
Samuel Ortiz
<sameo@linux.intel.com>
Thu, 15 Sep 2011 19:56:08 +0000
(21:56 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 24 Oct 2011 12:09:13 +0000
(14:09 +0200)
IRQF_DISABLED is a NOOP and is scheduled for removal.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/twl4030-irq.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/twl4030-irq.c
b/drivers/mfd/twl4030-irq.c
index ff16e9c3ba3096d93be899c88296c69b15afbf3e..f062c8cc6c38f3e40337444b91111646afefde88 100644
(file)
--- a/
drivers/mfd/twl4030-irq.c
+++ b/
drivers/mfd/twl4030-irq.c
@@
-733,8
+733,8
@@
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,
-
IRQF_DISABLED,
"TWL4030-PIH", NULL);
+ status = request_threaded_irq(irq_num, NULL, handle_twl4030_pih,
0,
+
"TWL4030-PIH", NULL);
if (status < 0) {
pr_err("twl4030: could not claim irq%d: %d\n", irq_num, status);
goto fail_rqirq;