From: Bill Pemberton Date: Tue, 19 Jun 2012 14:34:06 +0000 (-0400) Subject: USB: serial: Remove unused s_priv variable X-Git-Tag: v3.6-rc1~101^2~53^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=996a776544cc8a71653ffa95a89c317f33d2cb4a;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed