Tag: ca94085139d4874701af4f149bebfb05e105b245

ASoC: wm8996: Remove spurious IRQF_ONESHOT flag

Author: Axel Lin <axel.lin@ingics.com> This reverts ed043aebe6ec (“ASoC: wm8996: Pass the IRQF_ONESHOT flag”). 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/wm8996.c | 6 ++—- 1 file changed, 2 insertions(+), 4 deletions(-)   diff –git a/sound/soc/codecs/wm8996.c …

Continue reading