--- 317e8dc7c4f30513d61e511e8e486fe239928e29 +++ 6416a0fca012b0ad80366559ce7a34028d4bdaf3 @@ -124,7 +124,7 @@ static void next_trb(struct xhci_hcd *xh *seg = (*seg)->next; *trb = ((*seg)->trbs); } else { - *trb = (*trb)++; + (*trb)++; } }