Merge "xhci: Fix NULL pointer dereference with xhci_irq() for shared_hcd"
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
index c0df8cf..b263ee9 100644
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
@@ -727,8 +727,6 @@
 
 	/* Only halt host and free memory after both hcds are removed */
 	if (!usb_hcd_is_primary_hcd(hcd)) {
-		/* usb core will free this hcd shortly, unset pointer */
-		xhci->shared_hcd = NULL;
 		mutex_unlock(&xhci->mutex);
 		return;
 	}