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

Commit 6888c75b authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: nomadik: delete stray debug print



I left this in by mistake, get rid of it.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent c4a532de
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -877,7 +877,6 @@ static void nmk_gpio_irq_handler(unsigned int irq, struct irq_desc *desc)
	struct nmk_gpio_chip *nmk_chip = container_of(chip, struct nmk_gpio_chip, chip);
	u32 status;

	pr_err("PLONK IRQ %d\n", irq);
	clk_enable(nmk_chip->clk);
	status = readl(nmk_chip->addr + NMK_GPIO_IS);
	clk_disable(nmk_chip->clk);