提交 d4eed63b 编写于 作者: L Linus Walleij

pinctrl: fixup problematic flag

This removes the set_irq_flags() call that unfortunately slipped
into the BCM NSP driver.
Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
Cc: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 e670b298
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册