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: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Devendra Naga 2012-08-15 14:56:01 +05:45 committed by Greg Kroah-Hartman
parent bef41c3cd3
commit c660e6b594

View file

@ -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)