]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_sync: cancel cmd_timer if hci_open failed
authorArchie Pusaka <apusaka@chromium.org>
Thu, 26 Jan 2023 13:38:17 +0000 (16:38 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Feb 2023 06:52:43 +0000 (07:52 +0100)
commitf1e990c2045da08a783ff8893088d916e710cc7b
treeb375540a8db3e740cb13bb3d15e12c855ca1cca8
parent722904e299cb8b020ca6bd7136a592a83150ae49
Bluetooth: hci_sync: cancel cmd_timer if hci_open failed

commit 5b68b2b4fe612c7a4587cae9928648955198eaab upstream.

If a command is already sent, we take care of freeing it, but we
also need to cancel the timeout as well.

Signed-off-by: Archie Pusaka <apusaka@chromium.org>
Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@google.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Fedor Pchelkin <pchelkin@ispras.ru>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/bluetooth/hci_core.c