mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-03 21:01:50 +00:00
Input: remove IRQF_DISABLED from drivers
This flag is a NOOP and can be removed now. Signed-off-by: Yong Zhang <yong.zhang0@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
5d7e7d4798
commit
ec4665c46b
19 changed files with 19 additions and 20 deletions
|
@ -510,7 +510,7 @@ static int __devinit imx_keypad_probe(struct platform_device *pdev)
|
|||
/* Ensure that the keypad will stay dormant until opened */
|
||||
imx_keypad_inhibit(keypad);
|
||||
|
||||
error = request_irq(irq, imx_keypad_irq_handler, IRQF_DISABLED,
|
||||
error = request_irq(irq, imx_keypad_irq_handler, 0,
|
||||
pdev->name, keypad);
|
||||
if (error) {
|
||||
dev_err(&pdev->dev, "failed to request IRQ\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue