We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f569ac9 commit 30b6692Copy full SHA for 30b6692
drivers/gpio/gpio-idt3243x.c
@@ -37,7 +37,7 @@ static void idt_gpio_dispatch(struct irq_desc *desc)
37
pending = readl(ctrl->pic + IDT_PIC_IRQ_PEND);
38
pending &= ~ctrl->mask_cache;
39
for_each_set_bit(bit, &pending, gc->ngpio) {
40
- virq = irq_linear_revmap(gc->irq.domain, bit);
+ virq = irq_find_mapping(gc->irq.domain, bit);
41
if (virq)
42
generic_handle_irq(virq);
43
}
0 commit comments