diff options
Diffstat (limited to 'drivers/gpio/gpio-sta2x11.c')
-rw-r--r-- | drivers/gpio/gpio-sta2x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-sta2x11.c b/drivers/gpio/gpio-sta2x11.c index 18579ac65b2b..55e47828ddfc 100644 --- a/drivers/gpio/gpio-sta2x11.c +++ b/drivers/gpio/gpio-sta2x11.c | |||
@@ -346,7 +346,7 @@ static void gsta_alloc_irq_chip(struct gsta_gpio *chip) | |||
346 | i = chip->irq_base + j; | 346 | i = chip->irq_base + j; |
347 | irq_set_chip_and_handler(i, &ct->chip, ct->handler); | 347 | irq_set_chip_and_handler(i, &ct->chip, ct->handler); |
348 | irq_set_chip_data(i, gc); | 348 | irq_set_chip_data(i, gc); |
349 | irq_modify_status(i, IRQ_NOREQUEST | IRQ_NOPROBE, 0); | 349 | irq_clear_status_flags(i, IRQ_NOREQUEST | IRQ_NOPROBE); |
350 | } | 350 | } |
351 | gc->irq_cnt = i - gc->irq_base; | 351 | gc->irq_cnt = i - gc->irq_base; |
352 | } | 352 | } |