Loading drivers/usb/host/xhci.c +1 −0 Original line number Diff line number Diff line Loading @@ -3559,6 +3559,7 @@ static void xhci_free_dev(struct usb_hcd *hcd, struct usb_device *udev) del_timer_sync(&virt_dev->eps[i].stop_cmd_timer); } virt_dev->udev = NULL; xhci_disable_slot(xhci, udev->slot_id); /* * Event command completion handler will free any data structures Loading Loading
drivers/usb/host/xhci.c +1 −0 Original line number Diff line number Diff line Loading @@ -3559,6 +3559,7 @@ static void xhci_free_dev(struct usb_hcd *hcd, struct usb_device *udev) del_timer_sync(&virt_dev->eps[i].stop_cmd_timer); } virt_dev->udev = NULL; xhci_disable_slot(xhci, udev->slot_id); /* * Event command completion handler will free any data structures Loading