platform/x86: intel_int0002_vgpio: Remove IRQF_NO_THREAD irq flag
authorHans de Goede <[email protected]>
Wed, 22 Nov 2017 15:50:33 +0000 (16:50 +0100)
committerAndy Shevchenko <[email protected]>
Mon, 27 Nov 2017 11:39:11 +0000 (13:39 +0200)
commit2448f44f31625610ddeafc9c7642da8a78d93c7b
tree07f695b8ea62c30a2041e66c4037634bf7d19814
parent19a525d80836ff969b34bdf8a502c05c5eaf5f75
platform/x86: intel_int0002_vgpio: Remove IRQF_NO_THREAD irq flag

Remove the IRQF_NO_THREAD irq flag, there is no need for it and it breaks
irq-sharing with the "acpi" irq when passing "threadirqs" on the kernel
cmdline, as the acpi/osl.c code does not pass IRQF_NO_THREAD.

Signed-off-by: Hans de Goede <[email protected]>
Reported-by: Oleksandr Natalenko <[email protected]>
Tested-by: Oleksandr Natalenko <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
drivers/platform/x86/intel_int0002_vgpio.c