We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fa0f4 commit 0d82206Copy full SHA for 0d82206
drivers/usb/host/xhci-ring.c
@@ -2677,17 +2677,16 @@ static int handle_tx_event(struct xhci_hcd *xhci,
2677
else
2678
xhci_handle_halted_endpoint(xhci, ep, NULL,
2679
EP_SOFT_RESET);
2680
- break;
+ goto cleanup;
2681
case COMP_RING_UNDERRUN:
2682
case COMP_RING_OVERRUN:
2683
case COMP_STOPPED_LENGTH_INVALID:
2684
2685
default:
2686
xhci_err(xhci, "ERROR Transfer event for unknown stream ring slot %u ep %u\n",
2687
slot_id, ep_index);
2688
goto err_out;
2689
}
2690
- return 0;
2691
2692
2693
/* Count current td numbers if ep->skip is set */
0 commit comments