From: Johan Hovold Date: Thu, 21 Mar 2013 11:36:45 +0000 (+0100) Subject: USB: cyberjack: fix disconnect handling X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30d9d42e9a7c205cc139dce743463b8070684df5;p=pandora-kernel.git USB: cyberjack: fix disconnect handling Make sure the interrupt urb submitted in port_probe is killed in port_remove. The interrupt-urb completion handler references the port and may get called after port_remove has returned and the port has been unregistered (although this is currently prevented by usb-serial core as we are using a non-private urb). Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed