ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ
authorHans de Goede <hdegoede@redhat.com>
Sun, 3 Oct 2021 13:22:55 +0000 (15:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 08:48:27 +0000 (09:48 +0100)
commit94ca62033dfbf87d314e6c8a7f13046b56275cb8
tree062181e89ea8c01bbc6e9f488fd9266402b4e7a0
parent0864d7f686f90823a32b528de200672840165419
ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ

[ Upstream commit 6e037b72cf4ea6c28a131ea021d63ee4e7e6fa64 ]

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-2-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/codecs/rt5651.c