summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorVaishali Thakkar <vaishali.thakkar@oracle.com>2016-11-23 14:16:46 +0530
committerMichal Marek <mmarek@suse.com>2016-12-11 12:08:26 +0100
commit35b303ae361611a6b418e385fee06fa08732b2e6 (patch)
treeb8a9735d6b040f9cddf7ddd2b142193cab591e7f /scripts
parentdca24c4544d96989f521b5aa49fd44ae0ae5a5b6 (diff)
downloadop-kernel-dev-35b303ae361611a6b418e385fee06fa08732b2e6.zip
op-kernel-dev-35b303ae361611a6b418e385fee06fa08732b2e6.tar.gz
Coccinelle: misc: Improve the result given by context mode
To eliminate false positives given by the context mode, add necessary arguments for the function request_threaded_irq. Signed-off-by: Vaishali Thakkar <vaishali.thakkar@oracle.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/coccinelle/misc/irqf_oneshot.cocci3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/coccinelle/misc/irqf_oneshot.cocci b/scripts/coccinelle/misc/irqf_oneshot.cocci
index cbe4ba8..37ede13 100644
--- a/scripts/coccinelle/misc/irqf_oneshot.cocci
+++ b/scripts/coccinelle/misc/irqf_oneshot.cocci
@@ -79,9 +79,10 @@ devm_request_threaded_irq@p(dev, irq, NULL, thread_fn,
)
@depends on context@
+expression irq;
position p != {r1.p,r2.p};
@@
-*request_threaded_irq@p(...)
+*request_threaded_irq@p(irq, NULL, ...)
@match depends on report || org@
expression irq;
OpenPOWER on IntegriCloud