1 /// Make sure threaded IRQs without a primary handler are always request with
7 // Options: --no-includes
20 request_threaded_irq@p(irq, NULL, thread_fn,
34 request_threaded_irq@p(irq, NULL, thread_fn,
47 *request_threaded_irq@p(...)
49 @match depends on report || org@
53 request_threaded_irq@p(irq, NULL, ...)
55 @script:python depends on org@
58 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
59 coccilib.org.print_todo(p[0],msg)
61 @script:python depends on report@
64 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
65 coccilib.report.print_report(p[0],msg)