From: Johan Hovold Date: Tue, 19 Mar 2013 08:21:09 +0000 (+0100) Subject: USB: serial: fix interface refcounting X-Git-Tag: v3.2.42~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=033aa8401ce2e90c9a26560b0712a479773de50b;p=pandora-kernel.git USB: serial: fix interface refcounting commit d7971051e4df825e0bc11b995e87bfe86355b8e5 upstream. Make sure the interface is not released before our serial device. Note that drivers are still not allowed to access the interface in any way that may interfere with another driver that may have gotten bound to the same interface after disconnect returns. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed