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

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

staging: serqt_usb2: remove unneeded return in qt_throttle



this return is in the end of the qt_throttle function, so this return
not needed

Signed-off-by: default avatarDevendra Naga <develkernel412222@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c660e6b5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1458,7 +1458,6 @@ static void qt_throttle(struct tty_struct *tty)
	qt_port->RxHolding = 1;

	mutex_unlock(&qt_port->lock);
	return;
}

static void qt_unthrottle(struct tty_struct *tty)