OSDN Git Service

pinctrl: fixup problematic flag
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 17 Dec 2015 13:50:45 +0000 (14:50 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 21 Dec 2015 09:02:47 +0000 (10:02 +0100)
This removes the set_irq_flags() call that unfortunately slipped
into the BCM NSP driver.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/bcm/pinctrl-nsp-gpio.c

index bb7891e..34648f6 100644 (file)
@@ -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);
                }