Commit 46c32889 authored by Linus Walleij's avatar Linus Walleij

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 0529357f
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment