]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 19 Jan 2017 16:39:40 +0000 (18:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Jun 2017 22:46:57 +0000 (00:46 +0200)
commitb2c6a97c8b80b26916de7059db214dd131b550fd
treed984063718f61ce744dec2673cdfda15ee458680
parenta632ba439fae8a8e4740d9c56eace0809fb2ddbe
platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT

commit 5a00b6c2438460b870a451f14593fc40d3c7edf6 upstream.

The commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
starts refusing misconfigured interrupt handlers. This makes
intel_mid_powerbtn not working anymore.

Add a mandatory flag to a threaded IRQ request in the driver.

Fixes: 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
drivers/platform/x86/intel_mid_powerbtn.c