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 4f31dd6 commit df6e23aCopy full SHA for df6e23a
arch/avr32/mach-at32ap/pio.c
@@ -286,7 +286,7 @@ static void gpio_irq_handler(unsigned irq, struct irq_desc *desc)
286
struct pio_device *pio = irq_desc_get_chip_data(desc);
287
unsigned gpio_irq;
288
289
- gpio_irq = (unsigned) irq_get_handler_data(irq);
+ gpio_irq = (unsigned) irq_desc_get_handler_data(desc);
290
for (;;) {
291
u32 isr;
292
0 commit comments