commit | af5810597ab38ed1eb1d38e04b6e89c9ccec988e | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Mon Mar 26 20:31:38 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 10 13:32:54 2012 -0700 |
tree | d7cd258198d9f91a152b929aa957865431b65457 | |
parent | 5c0c7582a618e843bdcf9c4b20d019d8ffd176ee [diff] |
USB: io_ti: fix abuse of interface data Fix abuse of interface data which was used to signal device disconnect. Use the usb_serial disconnect flag and mutex where appropriate. Note that there's no need to grab the mutex in chase_port as it does not access the device. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>