|
@@ -497,7 +497,7 @@ static int pca953x_irq_setup(struct pca953x_chip *chip,
|
|
|
ret = request_threaded_irq(client->irq,
|
|
|
NULL,
|
|
|
pca953x_irq_handler,
|
|
|
- IRQF_TRIGGER_FALLING | IRQF_ONESHOT,
|
|
|
+ IRQF_TRIGGER_LOW | IRQF_ONESHOT,
|
|
|
dev_name(&client->dev), chip);
|
|
|
if (ret) {
|
|
|
dev_err(&client->dev, "failed to request irq %d\n",
|