]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()
authorJinjie Ruan <ruanjinjie@huawei.com>
Thu, 12 Sep 2024 03:12:04 +0000 (11:12 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:20 +0000 (15:11 +0200)
commit62a4567e3e108d9eefcae7df34e856ca925473e7
tree3845cdb8acb64e7408ddbbb5308027a33700cde5
parent38e3fd0c4a2616052eb3c8f4e6f32d1ff47cd663
Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()

[ Upstream commit 7b1ab460592ca818e7b52f27cd3ec86af79220d1 ]

disable_irq() after request_irq() still has a time gap in which
interrupts can come. request_irq() with IRQF_NO_AUTOEN flag will
disable IRQ auto-enable when request IRQ.

Fixes: bb7f4f0bcee6 ("btmrvl: add platform specific wakeup interrupt support")
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/bluetooth/btmrvl_sdio.c