diff options
author | Jiande Lu <jiande.lu@mediatek.com> | 2025-07-24 16:51:17 +0800 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2025-08-15 09:44:49 -0400 |
commit | 099799fa9b76c5c02b49e07005a85117a25b01ea (patch) | |
tree | d631d95ed1a3624161d2d568971d04de0f378602 /net/bluetooth/iso.c | |
parent | 3ba486c5f3ce2c22ffd29c0103404cdbe21912b3 (diff) |
Bluetooth: btmtk: Fix wait_on_bit_timeout interruption during shutdown
During the shutdown process, an interrupt occurs that
prematurely terminates the wait for the expected event.
This change replaces TASK_INTERRUPTIBLE with
TASK_UNINTERRUPTIBLE in the wait_on_bit_timeout call to ensure
the shutdown process completes as intended without being
interrupted by signals.
Fixes: d019930b0049 ("Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.c")
Signed-off-by: Jiande Lu <jiande.lu@mediatek.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth/iso.c')
0 files changed, 0 insertions, 0 deletions