gpio: Bulk conversion to generic_handle_domain_irq()
[linux-block.git] / drivers / gpio / gpio-xlp.c
index d7b16bb9e4e4c515051e5b725416c395873eca37..0d94d3aef7521aa71afdddfb09a3cc40b8185393 100644 (file)
@@ -216,8 +216,7 @@ static void xlp_gpio_generic_handler(struct irq_desc *desc)
                }
 
                if (gpio_stat & BIT(gpio % XLP_GPIO_REGSZ))
-                       generic_handle_irq(irq_find_mapping(
-                                               priv->chip.irq.domain, gpio));
+                       generic_handle_domain_irq(priv->chip.irq.domain, gpio);
        }
        chained_irq_exit(irqchip, desc);
 }