USB: mos7840: remove invalid disconnect handling
authorJohan Hovold <jhovold@gmail.com>
Thu, 25 Oct 2012 16:56:33 +0000 (18:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 17:03:00 +0000 (10:03 -0700)
commit8d649dd97f1ec8fd9c8ffd94877c5c806a202e8a
treebb2bb6149cbe0bd1a96aa7f91d6f90627578b768
parent380c05e97c6393557757dc180c04bc405de9b620
USB: mos7840: remove invalid disconnect handling

commit e681b66f2e19fadbe8a7e2a17900978cb6bc921f upstream.

Remove private zombie flag used to signal disconnect and to prevent
control urb from being submitted from interrupt urb completion handler.

The control urb will not be re-submitted as both the control urb and the
interrupt urb is killed on disconnect.

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