]> Git Repo - linux.git/blobdiff - drivers/gpio/gpio-realtek-otto.c
ARM: 9154/1: decompressor: do not copy source files while building
[linux.git] / drivers / gpio / gpio-realtek-otto.c
index eeeb39bc171dcba288a0aaa88b4a38a07c609915..bd75401b549d1a00977be5cf5af0172b834af65b 100644 (file)
@@ -205,7 +205,7 @@ static void realtek_gpio_irq_handler(struct irq_desc *desc)
                status = realtek_gpio_read_isr(ctrl, lines_done / 8);
                port_pin_count = min(gc->ngpio - lines_done, 8U);
                for_each_set_bit(offset, &status, port_pin_count)
-                       generic_handle_domain_irq(gc->irq.domain, offset);
+                       generic_handle_domain_irq(gc->irq.domain, offset + lines_done);
        }
 
        chained_irq_exit(irq_chip, desc);
This page took 0.0273 seconds and 4 git commands to generate.