coccinelle: irqf_oneshot.cocci: Improve the generated commit log
Improve the commit log of the generated patch by mentioning the commit log that makes threaded IRQs without a primary handler to be requested with the IRQF_ONESHOT flag. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked- by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
4c8f20bb8e
commit
9473a62f77
|
@ -1,5 +1,8 @@
|
||||||
/// Make sure threaded IRQs without a primary handler are always requested with
|
/// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
|
||||||
/// IRQF_ONESHOT
|
/// threaded IRQs without a primary handler need to be requested with
|
||||||
|
/// IRQF_ONESHOT, otherwise the request will fail.
|
||||||
|
///
|
||||||
|
/// So pass the IRQF_ONESHOT flag in this case.
|
||||||
///
|
///
|
||||||
//
|
//
|
||||||
// Confidence: Good
|
// Confidence: Good
|
||||||
|
|
Loading…
Reference in New Issue