diff options
Diffstat (limited to 'drivers/usb/core/hcd.c')
-rw-r--r-- | drivers/usb/core/hcd.c | 1 |
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 | } |
3021 | EXPORT_SYMBOL_GPL(usb_remove_hcd); | 3022 | EXPORT_SYMBOL_GPL(usb_remove_hcd); |
3022 | 3023 | ||