aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/core/hcd.c')
-rw-r--r--drivers/usb/core/hcd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
index 980fc5774151..34b837ae1ed7 100644
--- a/drivers/usb/core/hcd.c
+++ b/drivers/usb/core/hcd.c
@@ -1118,6 +1118,7 @@ static int register_root_hub(struct usb_hcd *hcd)
1118 /* Did the HC die before the root hub was registered? */ 1118 /* Did the HC die before the root hub was registered? */
1119 if (HCD_DEAD(hcd)) 1119 if (HCD_DEAD(hcd))
1120 usb_hc_died (hcd); /* This time clean up */ 1120 usb_hc_died (hcd); /* This time clean up */
1121 usb_dev->dev.of_node = parent_dev->of_node;
1121 } 1122 }
1122 mutex_unlock(&usb_bus_idr_lock); 1123 mutex_unlock(&usb_bus_idr_lock);
1123 1124