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

Commit e4738e29 authored by Huzaifa Sidhpurwala's avatar Huzaifa Sidhpurwala Committed by Greg Kroah-Hartman
Browse files

USB: Remove unused timeout from io_edgeport.c



timeout variable is not used anywhere in int write_cmd_usb, remove it

Signed-off-by: default avatarHuzaifa Sidhpurwala <huzaifas@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2cd5bb29
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -2343,7 +2343,6 @@ static int write_cmd_usb(struct edgeport_port *edge_port,
				usb_get_serial_data(edge_port->port->serial);
				usb_get_serial_data(edge_port->port->serial);
	int status = 0;
	int status = 0;
	struct urb *urb;
	struct urb *urb;
	int timeout;


	usb_serial_debug_data(debug, &edge_port->port->dev,
	usb_serial_debug_data(debug, &edge_port->port->dev,
						__func__, length, buffer);
						__func__, length, buffer);
@@ -2376,8 +2375,6 @@ static int write_cmd_usb(struct edgeport_port *edge_port,
		return status;
		return status;
	}
	}


	/* wait for command to finish */
	timeout = COMMAND_TIMEOUT;
#if 0
#if 0
	wait_event(&edge_port->wait_command, !edge_port->commandPending);
	wait_event(&edge_port->wait_command, !edge_port->commandPending);