From: Lars-Peter Clausen Date: Sun, 1 Jul 2012 11:17:07 +0000 (+0200) Subject: scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT X-Git-Tag: v3.6-rc1~52^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f455047940e59b3aea102e17ae4c0f9286aa76;p=pandora-kernel.git scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT Since commit 1c6c69525b ("genirq: Reject bogus threaded irq requests") threaded IRQs without a primary handler need to be requested with IRQF_ONESHOT, otherwise the request will fail. This semantic patch will help to statically identify (and fix) such cases. Signed-off-by: Lars-Peter Clausen Signed-off-by: Julia Lawall Signed-off-by: Michal Marek --- Reading git-diff-tree failed