aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/chipidea')
-rw-r--r--drivers/usb/chipidea/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/host.c b/drivers/usb/chipidea/host.c
index 0cffcfe5ce53..9eacd21c0cd9 100644
--- a/drivers/usb/chipidea/host.c
+++ b/drivers/usb/chipidea/host.c
@@ -124,7 +124,7 @@ static int host_start(struct ci13xxx *ci)
124 124
125 ret = usb_add_hcd(hcd, 0, 0); 125 ret = usb_add_hcd(hcd, 0, 0);
126 if (ret) 126 if (ret)
127 usb_remove_hcd(hcd); 127 usb_put_hcd(hcd);
128 else 128 else
129 ci->hcd = hcd; 129 ci->hcd = hcd;
130 130