From: Johan Hovold Date: Thu, 21 Mar 2013 11:36:41 +0000 (+0100) Subject: USB: serial: fix generic disconnect implementation X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f0ad8621cf01e1e3f8264863b270c2308a9c1a;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed