Loading drivers/usb/core/hub.c +1 −1 Original line number Diff line number Diff line Loading @@ -3629,7 +3629,7 @@ static int usb_reset_and_verify_device(struct usb_device *udev) } if (!parent_hdev) { /* this requires hcd-specific logic; see OHCI hc_restart() */ /* this requires hcd-specific logic; see ohci_restart() */ dev_dbg(&udev->dev, "%s for root hub!\n", __func__); return -EISDIR; } Loading Loading
drivers/usb/core/hub.c +1 −1 Original line number Diff line number Diff line Loading @@ -3629,7 +3629,7 @@ static int usb_reset_and_verify_device(struct usb_device *udev) } if (!parent_hdev) { /* this requires hcd-specific logic; see OHCI hc_restart() */ /* this requires hcd-specific logic; see ohci_restart() */ dev_dbg(&udev->dev, "%s for root hub!\n", __func__); return -EISDIR; } Loading