Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9473a62f authored by Fabio Estevam's avatar Fabio Estevam Committed by Michal Marek
Browse files

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
Acked- by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 4c8f20bb
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
/// Make sure threaded IRQs without a primary handler are always requested with
/// IRQF_ONESHOT
/// 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.
///
/// So pass the IRQF_ONESHOT flag in this case.
///
//
// Confidence: Good