]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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:14:25 +0000 (13:14 -0800)
commit87725c35384baf9b6fbea6342807aab7071b0462
treec400785fc83d94adbb65dae44bd95b2529a4a12a
parentb7832d49e5e0f4be7328efb271f097d39f61804a
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