diff options
Diffstat (limited to 'drivers/gpio/gpio-ws16c48.c')
-rw-r--r-- | drivers/gpio/gpio-ws16c48.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ws16c48.c b/drivers/gpio/gpio-ws16c48.c index 5037974ac063..746648244bf3 100644 --- a/drivers/gpio/gpio-ws16c48.c +++ b/drivers/gpio/gpio-ws16c48.c | |||
@@ -332,7 +332,7 @@ static irqreturn_t ws16c48_irq_handler(int irq, void *dev_id) | |||
332 | int_id = inb(ws16c48gpio->base + 8 + port); | 332 | int_id = inb(ws16c48gpio->base + 8 + port); |
333 | for_each_set_bit(gpio, &int_id, 8) | 333 | for_each_set_bit(gpio, &int_id, 8) |
334 | generic_handle_irq(irq_find_mapping( | 334 | generic_handle_irq(irq_find_mapping( |
335 | chip->irqdomain, gpio + 8*port)); | 335 | chip->irq.domain, gpio + 8*port)); |
336 | } | 336 | } |
337 | 337 | ||
338 | int_pending = inb(ws16c48gpio->base + 6) & 0x7; | 338 | int_pending = inb(ws16c48gpio->base + 6) & 0x7; |