diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-05-24 17:45:54 -0300 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-05-25 16:23:07 +0800 |
commit | 9473a62f779d78bae646e7ef1a792d53ad4ac29e (patch) | |
tree | 88ffc676a67fa3f6449aebc8f31ae6977c402bdc /scripts/coccinelle | |
parent | 4c8f20bb8e0ba6eecf62958bbf0502a2dc445ce6 (diff) | |
download | talos-obmc-linux-9473a62f779d78bae646e7ef1a792d53ad4ac29e.tar.gz talos-obmc-linux-9473a62f779d78bae646e7ef1a792d53ad4ac29e.zip |
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>
Diffstat (limited to 'scripts/coccinelle')
-rw-r--r-- | scripts/coccinelle/misc/irqf_oneshot.cocci | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/coccinelle/misc/irqf_oneshot.cocci b/scripts/coccinelle/misc/irqf_oneshot.cocci index b17ac8b99894..b421150a2eff 100644 --- a/scripts/coccinelle/misc/irqf_oneshot.cocci +++ b/scripts/coccinelle/misc/irqf_oneshot.cocci @@ -1,5 +1,8 @@ -/// 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 |