Hi Loic, > Don't interfere with the user channel exclusive access. > > Signed-off-by: Loic Poulain <loic.poulain@xxxxxxxxx> > --- > net/bluetooth/hci_core.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c > index 476709b..5120fea 100644 > --- a/net/bluetooth/hci_core.c > +++ b/net/bluetooth/hci_core.c > @@ -1557,7 +1557,8 @@ 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)) { > + if (!hci_dev_test_flag(hdev, HCI_UNREGISTER) && > + !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { this will conflict with the extra check we added that the device is actually HCI_UP. > /* Execute vendor specific shutdown routine */ > if (hdev->shutdown) > hdev->shutdown(hdev); Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html