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

Commit d4eed63b authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: fixup problematic flag



This removes the set_irq_flags() call that unfortunately slipped
into the BCM NSP driver.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Cc: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e670b298
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -696,7 +696,6 @@ static int nsp_gpio_probe(struct platform_device *pdev)

			irq_set_chip_and_handler(irq, &nsp_gpio_irq_chip,
						 handle_simple_irq);
			set_irq_flags(irq, IRQF_VALID);
			irq_set_chip_data(irq, chip);
		}