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 479e223f9cff..612fab6e54fb 100644
--- a/drivers/usb/core/hcd.c
+++ b/drivers/usb/core/hcd.c
@@ -3017,6 +3017,7 @@ void usb_remove_hcd(struct usb_hcd *hcd)
3017 } 3017 }
3018 3018
3019 usb_put_invalidate_rhdev(hcd); 3019 usb_put_invalidate_rhdev(hcd);
3020 hcd->flags = 0;
3020} 3021}
3021EXPORT_SYMBOL_GPL(usb_remove_hcd); 3022EXPORT_SYMBOL_GPL(usb_remove_hcd);
3022 3023