mfd: max77686: Do not enforce (incorrect) interrupt trigger type
[linux-2.6-microblaze.git] / drivers / mfd / max77686.c
index 2ad554b..f9e12ab 100644 (file)
@@ -209,8 +209,7 @@ static int max77686_i2c_probe(struct i2c_client *i2c)
 
        ret = devm_regmap_add_irq_chip(&i2c->dev, max77686->regmap,
                                       max77686->irq,
-                                      IRQF_TRIGGER_FALLING | IRQF_ONESHOT |
-                                      IRQF_SHARED, 0, irq_chip,
+                                      IRQF_ONESHOT | IRQF_SHARED, 0, irq_chip,
                                       &max77686->irq_data);
        if (ret < 0) {
                dev_err(&i2c->dev, "failed to add PMIC irq chip: %d\n", ret);