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

s_priv was set but never used in keyspan_open() and keyspan_close(),
remove it.

This also makes the serial variable in keyspan_open() unused since
it's only use was to set s_priv, so it is also removed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/keyspan.c
This page took 0.024473 seconds and 5 git commands to generate.