| commit | cbff2b6d371dbbae19de1dcfd09051683eca02ca | [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 28 12:12:27 2013 -0700 |
| tree | 376fa238a64110fd66e969ce6723fc9dcb9adb0f | |
| parent | 10a00e38f3478eb899916f9a15d97e1b565106c3 [diff] |
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 <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>