From 769860bbb7946a64d7cb872cfd28c40997e53ce5 Mon Sep 17 00:00:00 2001 From: Mauro Ribeiro Date: Fri, 20 Dec 2013 00:33:41 -0200 Subject: [PATCH] usb: hub: fix typo from canonical --- drivers/usb/core/hub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 1f1c37bc50e4d3..575d35a1cacb9b 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -1127,7 +1127,7 @@ static void hub_activate(struct usb_hub *hub, enum hub_activation_type type) } if (portchange & USB_PORT_STAT_C_RESET) { need_debounce_delay = true; - clear_port_feature(hub->hdev, port1, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_RESET); } if ((portchange & USB_PORT_STAT_C_BH_RESET) &&