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

Commit 399e979

Browse files
fix bug in gpio expander update
1 parent d8b0592 commit 399e979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/pinctrl-sx150x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ static int sx150x_probe(struct i2c_client *client,
12291229

12301230
ret = devm_request_threaded_irq(dev, client->irq, NULL,
12311231
sx150x_irq_thread_fn,
1232-
IRQF_ONESHOT | IRQF_SHARED
1232+
IRQF_ONESHOT | IRQF_SHARED,
12331233
pctl->irq_chip.name, pctl);
12341234
if (ret < 0)
12351235
return ret;

0 commit comments

Comments
 (0)