aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/host/xhci-ring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c
index ae0894c7ee11..7d34cbfaf373 100644
--- a/drivers/usb/host/xhci-ring.c
+++ b/drivers/usb/host/xhci-ring.c
@@ -2645,7 +2645,7 @@ irqreturn_t xhci_irq(struct usb_hcd *hcd)
2645 xhci_halt(xhci); 2645 xhci_halt(xhci);
2646hw_died: 2646hw_died:
2647 spin_unlock(&xhci->lock); 2647 spin_unlock(&xhci->lock);
2648 return -ESHUTDOWN; 2648 return IRQ_HANDLED;
2649 } 2649 }
2650 2650
2651 /* 2651 /*