pinctrl: bcm2835: Fix some merge fallout

Fixing a small merge problem in BCM2835 related to the
new irqchip code.

Cc: Thierry Reding <treding@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Linus Walleij 2017-11-09 09:36:07 +01:00
parent ec47873e1f
commit 9e9355bb20
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ static void bcm2835_gpio_irq_handle_bank(struct bcm2835_pinctrl *pc,
/* FIXME: no clue why the code looks up the type here */
type = pc->irq_type[gpio];
generic_handle_irq(irq_linear_revmap(pc->gpio_chip.irq.irqdomain,
generic_handle_irq(irq_linear_revmap(pc->gpio_chip.irq.domain,
gpio));
}
}