Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 867146a0 authored by Loic Poulain's avatar Loic Poulain Committed by Marcel Holtmann
Browse files

Bluetooth: Don't call shutdown when leaving user channel



Don't interfere with the user channel exclusive access.

Signed-off-by: default avatarLoic Poulain <loic.poulain@intel.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent e5719b66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1553,6 +1553,7 @@ static int hci_dev_do_close(struct hci_dev *hdev)
	BT_DBG("%s %p", hdev->name, hdev);

	if (!hci_dev_test_flag(hdev, HCI_UNREGISTER) &&
	    !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) &&
	    test_bit(HCI_UP, &hdev->flags)) {
		/* Execute vendor specific shutdown routine */
		if (hdev->shutdown)