On 1.3.2025 4.05, Kuangyi Chiang wrote:
Hi,
Thanks for the patch.
Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> 於 2025年3月1日 週六 上午12:17寫道:
index 8c164340a2c3..c75c2c12ce53 100644
--- a/drivers/usb/host/xhci.h
+++ b/drivers/usb/host/xhci.h
@@ -1371,7 +1371,7 @@ struct xhci_ring {
unsigned int num_trbs_free; /* used only by xhci DbC */
unsigned int bounce_buf_len;
enum xhci_ring_type type;
- bool last_td_was_short;
+ u32 last_td_comp_code;
Should be changed to old_trb_comp_code.
Thanks, forgot to add that last xhci.h change to the patch
-Mathias