From: Valentin Rothberg Date: Tue, 22 Sep 2015 17:00:40 +0000 (+0200) Subject: wm831x_power: Use IRQF_ONESHOT to request threaded IRQs X-Git-Tag: v3.2.74~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7293a7e1ca7b1bb62977cd2fb97dc57ab1e50acf;p=pandora-kernel.git wm831x_power: Use IRQF_ONESHOT to request threaded IRQs commit 90adf98d9530054b8e665ba5a928de4307231d84 upstream. 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed