Skip to content

Commit

Permalink
usb: hub: fix typo from canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrjr committed Dec 20, 2013
1 parent 05cd926 commit 769860b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) &&
Expand Down

0 comments on commit 769860b

Please sign in to comment.