View | Details | Raw Unified | Return to bug 207065
Collapse All | Expand All

(-)a/drivers/usb/host/xhci-ring.c (-2 / +1 lines)
Lines 1987-1993 static int finish_td(struct xhci_hcd *xhci, struct xhci_td *td, Link Here
1987
			/* FIXME, maybe check if on SETUP, DATA or STATUS stage?*/
1987
			/* FIXME, maybe check if on SETUP, DATA or STATUS stage?*/
1988
			xhci_clear_hub_tt_buffer(xhci, td, ep);
1988
			xhci_clear_hub_tt_buffer(xhci, td, ep);
1989
		} else {
1989
		} else {
1990
			trace_print("Skip clearing TT buffer for ep_index %d, comp_code %d\n",
1990
			trace_printk("Skip clearing TT buffer for ep_index %d, comp_code %d\n",
1991
				    ep_index, trb_comp_code);
1991
				    ep_index, trb_comp_code);
1992
			xhci_err(xhci, "Skip clearing TT buffer for ep_index %d, comp_code %d\n",
1992
			xhci_err(xhci, "Skip clearing TT buffer for ep_index %d, comp_code %d\n",
1993
				 ep_index, trb_comp_code);
1993
				 ep_index, trb_comp_code);
1994
- 

Return to bug 207065