|
@@ -913,17 +913,6 @@ void xhci_stop_endpoint_command_watchdog(unsigned long arg)
|
|
|
spin_lock_irqsave(&xhci->lock, flags);
|
|
|
|
|
|
ep->stop_cmds_pending--;
|
|
|
- if (xhci->xhc_state & XHCI_STATE_REMOVING) {
|
|
|
- spin_unlock_irqrestore(&xhci->lock, flags);
|
|
|
- return;
|
|
|
- }
|
|
|
- if (xhci->xhc_state & XHCI_STATE_DYING) {
|
|
|
- xhci_dbg_trace(xhci, trace_xhci_dbg_cancel_urb,
|
|
|
- "Stop EP timer ran, but another timer marked "
|
|
|
- "xHCI as DYING, exiting.");
|
|
|
- spin_unlock_irqrestore(&xhci->lock, flags);
|
|
|
- return;
|
|
|
- }
|
|
|
if (!(ep->stop_cmds_pending == 0 && (ep->ep_state & EP_HALT_PENDING))) {
|
|
|
xhci_dbg_trace(xhci, trace_xhci_dbg_cancel_urb,
|
|
|
"Stop EP timer ran, but no command pending, "
|