diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/core/hub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index a523c8f20b5d..650d5ee5871b 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c | |||
@@ -2697,6 +2697,8 @@ static void hub_events(void) | |||
2697 | if (i) { | 2697 | if (i) { |
2698 | dpm_runtime_resume(&hdev->dev); | 2698 | dpm_runtime_resume(&hdev->dev); |
2699 | dpm_runtime_resume(&intf->dev); | 2699 | dpm_runtime_resume(&intf->dev); |
2700 | usb_put_intf(intf); | ||
2701 | continue; | ||
2700 | } | 2702 | } |
2701 | 2703 | ||
2702 | /* Lock the device, then check to see if we were | 2704 | /* Lock the device, then check to see if we were |