commit | 29454738f96233466d5bfacf86c7a8d49f79ae27 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Mon Jun 01 22:33:53 2015 -0300 |
committer | Mark Brown <broonie@kernel.org> | Tue Jun 02 11:53:59 2015 +0100 |
tree | 094146c9c94515cf19fde7d9fa6e905bc77df06b | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
regulator: wm831x: Pass the IRQF_ONESHOT flag Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests") threaded IRQs without a primary handler need to be requested with IRQF_ONESHOT, otherwise the request will fail. So pass the IRQF_ONESHOT flag in this case. The semantic patch that makes this change is available in scripts/coccinelle/misc/irqf_oneshot.cocci. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@kernel.org>