diff options
Diffstat (limited to 'drivers/gpio/gpio-pca953x.c')
-rw-r--r-- | drivers/gpio/gpio-pca953x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c index 15dbc36340b8..426c51dd420c 100644 --- a/drivers/gpio/gpio-pca953x.c +++ b/drivers/gpio/gpio-pca953x.c | |||
@@ -574,7 +574,7 @@ static int pca953x_irq_setup(struct pca953x_chip *chip, | |||
574 | chip->gpio_chip.ngpio, | 574 | chip->gpio_chip.ngpio, |
575 | irq_base, | 575 | irq_base, |
576 | &pca953x_irq_simple_ops, | 576 | &pca953x_irq_simple_ops, |
577 | NULL); | 577 | chip); |
578 | if (!chip->domain) | 578 | if (!chip->domain) |
579 | return -ENODEV; | 579 | return -ENODEV; |
580 | 580 | ||