commit | d7971051e4df825e0bc11b995e87bfe86355b8e5 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Tue Mar 19 09:21:09 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 21 15:59:02 2013 -0700 |
tree | 2c7bd97b79751007da209f4e32b108c4afddb47c | |
parent | 5492bf3d5655b4954164f69c02955a7fca267611 [diff] |
USB: serial: fix interface refcounting 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. Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>