Skip to content

Commit

Permalink
staging: serqt_usb2: remove unneeded return in qt_throttle
Browse files Browse the repository at this point in the history
this return is in the end of the qt_throttle function, so this return
not needed

Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Aug 15, 2012
1 parent c660e6b commit 68e071d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/serqt_usb2/serqt_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 68e071d

Please sign in to comment.