소스 검색

pinctrl: fixup problematic flag

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>
Linus Walleij 9 년 전
부모
커밋
d4eed63bb8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      drivers/pinctrl/bcm/pinctrl-nsp-gpio.c

+ 0 - 1
drivers/pinctrl/bcm/pinctrl-nsp-gpio.c

@@ -696,7 +696,6 @@ static int nsp_gpio_probe(struct platform_device *pdev)
 
 
 			irq_set_chip_and_handler(irq, &nsp_gpio_irq_chip,
 			irq_set_chip_and_handler(irq, &nsp_gpio_irq_chip,
 						 handle_simple_irq);
 						 handle_simple_irq);
-			set_irq_flags(irq, IRQF_VALID);
 			irq_set_chip_data(irq, chip);
 			irq_set_chip_data(irq, chip);
 		}
 		}