Message ID | Z8ybZZ38RvJqYC2+@m.b4.vu (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/2] Revert "Bluetooth: btusb: mediatek: reset the controller before downloading the fw" | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | fail | error: patch failed: drivers/bluetooth/btmtk.c:1328 error: drivers/bluetooth/btmtk.c: patch does not apply hint: Use 'git am --show-current-patch' to see the failed patch |
diff --git a/drivers/bluetooth/btmtk.c b/drivers/bluetooth/btmtk.c index 68846c5bd4f7..3b2d50fe3ec6 100644 --- a/drivers/bluetooth/btmtk.c +++ b/drivers/bluetooth/btmtk.c @@ -1328,7 +1328,6 @@ int btmtk_usb_setup(struct hci_dev *hdev) case 0x7668: fwname = FIRMWARE_MT7668; break; - case 0x7922: case 0x7925: /* Reset the device to ensure it's in the initial state before * downloading the firmware to ensure. @@ -1337,6 +1336,7 @@ int btmtk_usb_setup(struct hci_dev *hdev) if (!test_bit(BTMTK_FIRMWARE_LOADED, &btmtk_data->flags)) btmtk_usb_subsys_reset(hdev, dev_id); fallthrough; + case 0x7922: case 0x7961: btmtk_fw_get_filename(fw_bin_name, sizeof(fw_bin_name), dev_id, fw_version, fw_flavor);