c
if (hci_dev_get(hdev)) {
    msft_unregister(hdev);
    hci_dev_put(hdev);
}
