]> www.infradead.org Git - users/jedix/linux-maple.git/commit
USB: mos7840: remove invalid disconnect handling
authorJohan Hovold <jhovold@gmail.com>
Thu, 25 Oct 2012 16:56:33 +0000 (18:56 +0200)
committerGuangyu Sun <guangyu.sun@oracle.com>
Tue, 6 Nov 2012 00:33:28 +0000 (16:33 -0800)
commit59bd70a4b77b8af88e36d22dd9ca7c28032e9f76
tree7e3f8b3fe119f547fa4b0b93e8514904676df4f4
parent684477bea73e480493df1696eeb12e53cd82cc0b
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>
Signed-off-by: Guangyu Sun <guangyu.sun@oracle.com>
drivers/usb/serial/mos7840.c