Skip to content

Commit

Permalink
staging: serqt_usb2: remove unneeded return in qt_unthrottle
Browse files Browse the repository at this point in the history
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: 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 bef41c3 commit c660e6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/serqt_usb2/serqt_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c660e6b

Please sign in to comment.