]> git.dujemihanovic.xyz Git - linux.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)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 27 Sep 2024 14:52:19 +0000 (10:52 -0400)
commit7b1ab460592ca818e7b52f27cd3ec86af79220d1
treec823a024bfa445cb1f0cd9eb24f3c60c35253bf5
parent333b4fd11e89b29c84c269123f871883a30be586
Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()

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>
drivers/bluetooth/btmrvl_sdio.c