USB: mos7840: remove unused variable
authorJohan Hovold <jhovold@gmail.com>
Thu, 8 Nov 2012 17:28:59 +0000 (18:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Nov 2012 21:16:35 +0000 (13:16 -0800)
commit2834bc7007eb6e8e375f8edbf7f6f52b2a14db13
treef714c1047cfd59217dcc4e86cd4749295c4cdf62
parent6903f0a9f2370fced066ad21c757b364a962bfea
USB: mos7840: remove unused variable

Fix warning about unused variable introduced by commit e681b66f2e19fa
("USB: mos7840: remove invalid disconnect handling") upstream.

A subsequent fix which removed the disconnect function got rid of the
warning but that one was only backported to v3.6.

Reported-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/mos7840.c