USB: serial: io_ti: fix I/O after disconnect
authorJohan Hovold <johan@kernel.org>
Tue, 3 Jan 2017 15:39:45 +0000 (16:39 +0100)
committerJohan Hovold <johan@kernel.org>
Wed, 4 Jan 2017 09:37:17 +0000 (10:37 +0100)
commit2330d0a853da260d8a9834a70df448032b9ff623
tree910a076d3386b2a8c2443e4078a2484c8e14e394
parent4f9785cc99feeb3673993b471f646b4dbaec2cc1
USB: serial: io_ti: fix I/O after disconnect

Cancel the heartbeat work on driver unbind in order to avoid I/O after
disconnect in case the port is held open.

Note that the cancel in release() is still needed to stop the heartbeat
after late probe errors.

Fixes: 26c78daade0f ("USB: io_ti: Add heartbeat to keep idle EP/416
ports from disconnecting")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/io_ti.c