Skip to content

Commit 0a55457

Browse files
committed
Revert "xhci: Set HCD flag to defer primary roothub registration"
This reverts commit b7a0a79. It has been reported to be causing problems in Arch and Fedora bug reports. Reported-by: Hans de Goede <[email protected]> Link: https://bbs.archlinux.org/viewtopic.php?pid=2000956#p2000956 Link: https://bugzilla.redhat.com/show_bug.cgi?id=2019542 Link: https://bugzilla.redhat.com/show_bug.cgi?id=2019576 Link: https://lore.kernel.org/r/[email protected] Cc: Mathias Nyman <[email protected]> Cc: Chris Chiu <[email protected]> Cc: Alan Stern <[email protected]> Cc: Kishon Vijay Abraham I <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 048ff86 commit 0a55457

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/usb/host/xhci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,6 @@ int xhci_run(struct usb_hcd *hcd)
692692
if (ret)
693693
xhci_free_command(xhci, command);
694694
}
695-
set_bit(HCD_FLAG_DEFER_RH_REGISTER, &hcd->flags);
696695
xhci_dbg_trace(xhci, trace_xhci_dbg_init,
697696
"Finished xhci_run for USB2 roothub");
698697

0 commit comments

Comments
 (0)