From: Axel Lin Date: Thu, 2 Jul 2015 13:27:48 +0000 (+0800) Subject: ASoC: wm5100: Remove spurious IRQF_ONESHOT flag X-Git-Tag: omap-for-v4.3/fixes-rc1~91^2~7^2~2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efc04ca22303dee1f34d038af3addc13621bed58;p=pandora-kernel.git ASoC: wm5100: Remove spurious IRQF_ONESHOT flag 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 --- Reading git-diff-tree failed