···587 hci_req_cancel(hdev, ENODEV);588 hci_req_lock(hdev);589590- /* Stop timer, it might be running */591- del_timer_sync(&hdev->cmd_timer);592-593 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) {0594 hci_req_unlock(hdev);595 return 0;596 }···627628 /* Drop last sent command */629 if (hdev->sent_cmd) {0630 kfree_skb(hdev->sent_cmd);631 hdev->sent_cmd = NULL;632 }
···587 hci_req_cancel(hdev, ENODEV);588 hci_req_lock(hdev);589000590 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) {591+ del_timer_sync(&hdev->cmd_timer);592 hci_req_unlock(hdev);593 return 0;594 }···629630 /* Drop last sent command */631 if (hdev->sent_cmd) {632+ del_timer_sync(&hdev->cmd_timer);633 kfree_skb(hdev->sent_cmd);634 hdev->sent_cmd = NULL;635 }