diff options
-rw-r--r-- | drivers/usb/chipidea/host.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/chipidea/host.c b/drivers/usb/chipidea/host.c index 3d24304405b3..053bac9d983c 100644 --- a/drivers/usb/chipidea/host.c +++ b/drivers/usb/chipidea/host.c | |||
@@ -190,6 +190,8 @@ static void host_stop(struct ci_hdrc *ci) | |||
190 | (ci->platdata->flags & CI_HDRC_TURN_VBUS_EARLY_ON)) | 190 | (ci->platdata->flags & CI_HDRC_TURN_VBUS_EARLY_ON)) |
191 | regulator_disable(ci->platdata->reg_vbus); | 191 | regulator_disable(ci->platdata->reg_vbus); |
192 | } | 192 | } |
193 | ci->hcd = NULL; | ||
194 | ci->otg.host = NULL; | ||
193 | } | 195 | } |
194 | 196 | ||
195 | 197 | ||