Skip to content

Commit

Permalink
pinctrl: bcm2835: Fix some merge fallout
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij committed Nov 9, 2017
1 parent ec47873 commit 9e9355b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/bcm/pinctrl-bcm2835.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}
Expand Down

0 comments on commit 9e9355b

Please sign in to comment.