aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/xhci-ring.c')
-rw-r--r--drivers/usb/host/xhci-ring.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c
index 9e2b26c3da4..47763bed378 100644
--- a/drivers/usb/host/xhci-ring.c
+++ b/drivers/usb/host/xhci-ring.c
@@ -2181,6 +2181,8 @@ irqreturn_t xhci_msi_irq(int irq, struct usb_hcd *hcd)
2181 irqreturn_t ret; 2181 irqreturn_t ret;
2182 2182
2183 set_bit(HCD_FLAG_SAW_IRQ, &hcd->flags); 2183 set_bit(HCD_FLAG_SAW_IRQ, &hcd->flags);
2184 if (hcd->shared_hcd)
2185 set_bit(HCD_FLAG_SAW_IRQ, &hcd->shared_hcd->flags);
2184 2186
2185 ret = xhci_irq(hcd); 2187 ret = xhci_irq(hcd);
2186 2188