diff options
author | Niklas Neronin <[email protected]> | 2024-04-29 17:02:40 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-05-01 08:47:14 +0200 |
commit | 608b973b70f87e9a9bafbfdfa16aab68507aef45 (patch) | |
tree | 5192500eceb561cdf3be9b9f67e32b0c4eda0895 /scripts/generate_rust_analyzer.py | |
parent | 26dffa427f1841ead44bf56415e2c569df0b3a94 (diff) |
usb: xhci: remove goto 'cleanup' in handle_tx_event()
By removing the goto 'cleanup' statement, and replacing it with 'continue',
'break' and 'return', helps simplify the code and further showcase in which
case the while loop iterates.
This change prepares for the comprehensive handle_tx_event() rework.
Signed-off-by: Niklas Neronin <[email protected]>
Signed-off-by: Mathias Nyman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions