Skip to content

Commit

Permalink
pinctrl: fixup problematic flag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij committed Dec 21, 2015
1 parent 0529357 commit 46c3288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pinctrl/bcm/pinctrl-nsp-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 46c3288

Please sign in to comment.