ASoC: wm0010: Remove spurious missing IRQF_ONESHOT
authorAxel Lin <axel.lin@ingics.com>
Thu, 2 Jul 2015 13:26:44 +0000 (21:26 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 8 Jul 2015 18:29:41 +0000 (19:29 +0100)
commit030e6ee241f0586308622bcdd273a317976b3169
tree243caa4da19d7a4a86fe1ad0934a5c29f890d466
parent93d5fc8bd143d94105279796451dcfd3d657453a
ASoC: wm0010: Remove spurious missing IRQF_ONESHOT

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 <axel.lin@ingics.com>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm0010.c