Browse Source

xhci: remove unnecessary xhci_quiesce call before xhci_halt

Fist function called in xhci_halt is xhci_quiesce, so no point
in calling it twice

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Mathias Nyman 8 years ago
parent
commit
cf5d344e13
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/usb/host/xhci-ring.c

+ 0 - 1
drivers/usb/host/xhci-ring.c

@@ -303,7 +303,6 @@ static int xhci_abort_cmd_ring(struct xhci_hcd *xhci)
 				"maybe the host is dead\n");
 				"maybe the host is dead\n");
 		del_timer(&xhci->cmd_timer);
 		del_timer(&xhci->cmd_timer);
 		xhci->xhc_state |= XHCI_STATE_DYING;
 		xhci->xhc_state |= XHCI_STATE_DYING;
-		xhci_quiesce(xhci);
 		xhci_halt(xhci);
 		xhci_halt(xhci);
 		return -ESHUTDOWN;
 		return -ESHUTDOWN;
 	}
 	}