Tag: efc04ca22303dee1f34d038af3addc13621bed58

ASoC: wm5100: Remove spurious IRQF_ONESHOT flag

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

Continue reading