Author: Valentin Rothberg <valentinrothberg@gmail.com> 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. scripts/coccinelle/misc/irqf_oneshot.cocci detected this issue. Fixes: b5874f33bbaf (« wm831x_power: Use genirq ») Signed-off-by: Valentin Rothberg Signed-off-by: Sebastian Reichel — drivers/power/wm831x_power.c | 6 +++— 1 file changed, 3 insertions(+), …