summaryrefslogtreecommitdiff
path: root/drivers/mfd/max8907c-irq.c
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2011-08-29 14:23:18 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:37 -0800
commiteafb921eff957b44434bdd9d0946f8cfa4ff61f5 (patch)
tree5d079ea79c1be50dd7581d97492fee7be1297396 /drivers/mfd/max8907c-irq.c
parent911b415d278fb30ad3887827e09efc745457ab0e (diff)
mfd: max8907c: update irq flags
ARM GIC does not allow IRQF_TRIGGER_FALLING. Change-Id: I9f1430de871b8bce2d1648459e69f43e501515aa Reviewed-on: http://git-master/r/49624 Reviewed-by: Prashant Gaikwad <pgaikwad@nvidia.com> Tested-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R73c61230fa3ad7657674b248011bb672ffc9315e
Diffstat (limited to 'drivers/mfd/max8907c-irq.c')
-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;