Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17a364e2 authored by Kris Borer's avatar Kris Borer Committed by Greg Kroah-Hartman
Browse files

usb: hub: remove redundant declarations



Fix two occurrences of the Sparse warning:

warning: symbol XXX shadows an earlier one

Signed-off-by: default avatarKris Borer <kborer@gmail.com>
Reviewed-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0c596336
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1070,7 +1070,7 @@ static void hub_activate(struct usb_hub *hub, enum hub_activation_type type)
		 * for HUB_POST_RESET, but it's easier not to.
		 */
		if (type == HUB_INIT) {
			unsigned delay = hub_power_on_good_delay(hub);
			delay = hub_power_on_good_delay(hub);

			hub_power_on(hub, false);
			INIT_DELAYED_WORK(&hub->init_work, hub_init_func2);
@@ -1404,7 +1404,6 @@ static int hub_configure(struct usb_hub *hub,
	/* FIXME for USB 3.0, skip for now */
	if ((wHubCharacteristics & HUB_CHAR_COMPOUND) &&
			!(hub_is_superspeed(hdev))) {
		int	i;
		char	portstr[USB_MAXCHILDREN + 1];

		for (i = 0; i < maxchild; i++)