commit | a8d78d9f385642696723fcb9c52c2c2805fa4249 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Thu Apr 25 18:05:37 2019 +0200 |
committer | Johan Hovold <johan@kernel.org> | Tue Apr 30 10:23:29 2019 +0200 |
tree | 368433304e6f08f7855b4187ba4ce6fd4f6b235a | |
parent | 3f5edd58d040bfa4b74fb89bc02f0bc6b9cd06ab [diff] |
USB: serial: clean up throttle handling Clean up the throttle implementation by dropping the redundant throttle_req flag which was a remnant from back when there was only a single read URB. Also convert the throttled flag to an atomic bit flag. Signed-off-by: Johan Hovold <johan@kernel.org>