Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 4346fbe

Browse files
make it possible to use a pre-inverted irq on the gpio expander
1 parent 2bab299 commit 4346fbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/pinctrl/pinctrl-sx150x.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,8 +1236,7 @@ static int sx150x_probe(struct i2c_client *client,
12361236

12371237
ret = devm_request_threaded_irq(dev, client->irq, NULL,
12381238
sx150x_irq_thread_fn,
1239-
IRQF_ONESHOT | IRQF_SHARED |
1240-
IRQF_TRIGGER_FALLING,
1239+
IRQF_ONESHOT | IRQF_SHARED,
12411240
pctl->irq_chip.name, pctl);
12421241
if (ret < 0)
12431242
return ret;

0 commit comments

Comments
 (0)