diff options
-rw-r--r-- | drivers/gpio/gpio-pcf857x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pcf857x.c b/drivers/gpio/gpio-pcf857x.c index 5acffed10e77..27b46751ea7e 100644 --- a/drivers/gpio/gpio-pcf857x.c +++ b/drivers/gpio/gpio-pcf857x.c | |||
@@ -262,7 +262,7 @@ static int pcf857x_irq_domain_init(struct pcf857x *gpio, | |||
262 | /* enable real irq */ | 262 | /* enable real irq */ |
263 | status = devm_request_threaded_irq(&client->dev, client->irq, | 263 | status = devm_request_threaded_irq(&client->dev, client->irq, |
264 | NULL, pcf857x_irq, IRQF_ONESHOT | | 264 | NULL, pcf857x_irq, IRQF_ONESHOT | |
265 | IRQF_TRIGGER_FALLING, | 265 | IRQF_TRIGGER_FALLING | IRQF_SHARED, |
266 | dev_name(&client->dev), gpio); | 266 | dev_name(&client->dev), gpio); |
267 | 267 | ||
268 | if (status) | 268 | if (status) |