Input: remove IRQF_DISABLED from drivers
[firefly-linux-kernel-4.4.55.git] / drivers / input / keyboard / adp5588-keys.c
index 7b404e5443ed15fa4bc2ba98eebd390e3b3f700b..b570ed30e8a108475a5a971751f7d858c40944a6 100644 (file)
@@ -550,7 +550,7 @@ static int __devinit adp5588_probe(struct i2c_client *client,
        }
 
        error = request_irq(client->irq, adp5588_irq,
-                           IRQF_TRIGGER_FALLING | IRQF_DISABLED,
+                           IRQF_TRIGGER_FALLING,
                            client->dev.driver->name, kpad);
        if (error) {
                dev_err(&client->dev, "irq %d busy?\n", client->irq);