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

Commit 016af7ec authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman
Browse files

USB: mos7720: remove unused code



Remove variable port0 from open as it is not used.

Signed-off-by: default avatarJohan Hovold <jhovold@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6d0f41ab
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1009,7 +1009,6 @@ static int mos77xx_calc_num_ports(struct usb_serial *serial)
static int mos7720_open(struct tty_struct *tty, struct usb_serial_port *port)
{
	struct usb_serial *serial;
	struct usb_serial_port *port0;
	struct urb *urb;
	struct moschip_port *mos7720_port;
	int response;
@@ -1024,8 +1023,6 @@ static int mos7720_open(struct tty_struct *tty, struct usb_serial_port *port)
	if (mos7720_port == NULL)
		return -ENODEV;

	port0 = serial->port[0];

	usb_clear_halt(serial->dev, port->write_urb->pipe);
	usb_clear_halt(serial->dev, port->read_urb->pipe);