Author: Axel Lin <axel.lin@ingics.com> This reverts 58d468328646 (“ASoC: wm0010: Add missing IRQF_ONESHOT”). The coccinelle warnings is false positive because the original code does set IRQF_ONESHOT by “trigger |= IRQF_ONESHOT;”. Signed-off-by: Axel Lin Acked-by: Charles Keepax Signed-off-by: Mark Brown — sound/soc/codecs/wm0010.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff –git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c …