summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/mfd/max8907c-irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max8907c-irq.c b/drivers/mfd/max8907c-irq.c
index e18fabdeb510..8d6e9600e7fe 100644
--- a/drivers/mfd/max8907c-irq.c
+++ b/drivers/mfd/max8907c-irq.c
@@ -287,7 +287,7 @@ static struct irq_chip max8907c_irq_chip = {
int max8907c_irq_init(struct max8907c *chip, int irq, int irq_base)
{
- unsigned long flags = IRQF_TRIGGER_FALLING | IRQF_ONESHOT;
+ unsigned long flags = IRQF_ONESHOT;
struct irq_desc *desc;
int i, ret;
int __irq;