USB: serial: fix generic disconnect implementation
authorJohan Hovold <jhovold@gmail.com>
Thu, 21 Mar 2013 11:36:41 +0000 (12:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 20:48:26 +0000 (13:48 -0700)
commitf8f0ad8621cf01e1e3f8264863b270c2308a9c1a
tree59cf3d171763b27d8e420e3b64fc619bb94f039a
parent618e183d03a95da200bed48e5277efe428feef26
USB: serial: fix generic disconnect implementation

There is no need for the generic disconnect callback to stop the read
and write urbs a second time as this has already been taken care of by
close (which is called from hangup as part of disconnect).

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