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

Commit c660e6b5 authored by Devendra Naga's avatar Devendra Naga Committed by Greg Kroah-Hartman
Browse files

staging: serqt_usb2: remove unneeded return in qt_unthrottle



this return is at the end of the void function qt_unthrottle, which is
not needed, and also remove the new line below this.

Signed-off-by: default avatarDevendra Naga <develkernel412222@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bef41c3c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1499,8 +1499,6 @@ static void qt_unthrottle(struct tty_struct *tty)
		}
	}
	mutex_unlock(&qt_port->lock);
	return;

}

static int qt_calc_num_ports(struct usb_serial *serial)