commit | f8f0ad8621cf01e1e3f8264863b270c2308a9c1a | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Thu Mar 21 12:36:41 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 25 13:48:26 2013 -0700 |
tree | 59cf3d171763b27d8e420e3b64fc619bb94f039a | |
parent | 618e183d03a95da200bed48e5277efe428feef26 [diff] |
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>