ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQ
authorHans de Goede <hdegoede@redhat.com>
Sun, 3 Oct 2021 13:22:54 +0000 (15:22 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 4 Oct 2021 14:55:24 +0000 (15:55 +0100)
commit1cf2aa665901054b140eb71748661ceae99b6b5a
tree2854cae6ddd43a9b54bf37c709171159aa61ac27
parentaab1ad11d69fa7f35cb88105614ea7911598e1d6
ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQ

Use the new IRQF_NO_AUTOEN flag when requesting the IRQ, rather then
disabling it immediately after requesting it.

This fixes a possible race where the IRQ might trigger between requesting
and disabling it; and this also leads to a small code cleanup.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20211003132255.31743-1-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8316.c