Loading drivers/usb/host/xhci.c +3 −3 Original line number Diff line number Diff line Loading @@ -1189,9 +1189,6 @@ static int xhci_check_args(struct usb_hcd *hcd, struct usb_device *udev, } xhci = hcd_to_xhci(hcd); if (xhci->xhc_state & XHCI_STATE_HALTED) return -ENODEV; if (check_virt_dev) { if (!udev->slot_id || !xhci->devs[udev->slot_id]) { printk(KERN_DEBUG "xHCI %s called with unaddressed " Loading @@ -1207,6 +1204,9 @@ static int xhci_check_args(struct usb_hcd *hcd, struct usb_device *udev, } } if (xhci->xhc_state & XHCI_STATE_HALTED) return -ENODEV; return 1; } Loading Loading
drivers/usb/host/xhci.c +3 −3 Original line number Diff line number Diff line Loading @@ -1189,9 +1189,6 @@ static int xhci_check_args(struct usb_hcd *hcd, struct usb_device *udev, } xhci = hcd_to_xhci(hcd); if (xhci->xhc_state & XHCI_STATE_HALTED) return -ENODEV; if (check_virt_dev) { if (!udev->slot_id || !xhci->devs[udev->slot_id]) { printk(KERN_DEBUG "xHCI %s called with unaddressed " Loading @@ -1207,6 +1204,9 @@ static int xhci_check_args(struct usb_hcd *hcd, struct usb_device *udev, } } if (xhci->xhc_state & XHCI_STATE_HALTED) return -ENODEV; return 1; } Loading