diff options
-rw-r--r-- | drivers/usb/host/hwa-hc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/hwa-hc.c b/drivers/usb/host/hwa-hc.c index 09a8ebd95588..6968b9f2b76b 100644 --- a/drivers/usb/host/hwa-hc.c +++ b/drivers/usb/host/hwa-hc.c | |||
@@ -159,7 +159,7 @@ out: | |||
159 | return result; | 159 | return result; |
160 | 160 | ||
161 | error_set_cluster_id: | 161 | error_set_cluster_id: |
162 | wusb_cluster_id_put(wusbhc->cluster_id); | 162 | wusb_cluster_id_put(addr); |
163 | error_cluster_id_get: | 163 | error_cluster_id_get: |
164 | goto out; | 164 | goto out; |
165 | 165 | ||