USB: serial: Remove unused serial_priv variable
authorBill Pemberton <wfp5p@virginia.edu>
Tue, 19 Jun 2012 14:34:07 +0000 (10:34 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2012 23:20:24 +0000 (16:20 -0700)
commitc50f2af8e1a33e95e4d3b7af9db05ed9096c6072
tree49e44d014c0af8b1fc7bbdef9646b27130a84145
parent996a776544cc8a71653ffa95a89c317f33d2cb4a
USB: serial: Remove unused serial_priv variable

qt2_open() and qt2_close() both set a serial_priv variable but never
used it.  Remove the variable from the functions.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/quatech2.c