Skip to content

Commit

Permalink
deepin: drivers: bluetooth: btusb: fix mtk timeout after queue reset …
Browse files Browse the repository at this point in the history
…device

Signed-off-by: Wentao Guan <[email protected]>
  • Loading branch information
opsiff authored Dec 19, 2024
1 parent 8ead783 commit 52ee060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bluetooth/btusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ static void btusb_reset(struct hci_dev *hdev)
}

bt_dev_err(hdev, "Resetting usb device.");
usb_queue_reset_device(data->intf);
usb_autopm_put_interface(data->intf);
}

static void btusb_intel_cmd_timeout(struct hci_dev *hdev)
Expand Down

0 comments on commit 52ee060

Please sign in to comment.