Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e9355bb authored by Linus Walleij's avatar Linus Walleij
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ec47873e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 */
		/* FIXME: no clue why the code looks up the type here */
		type = pc->irq_type[gpio];
		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));
						     gpio));
	}
	}
}
}