diff options
author | 2024-04-29 17:02:40 +0300 | |
---|---|---|
committer | 2024-05-01 08:47:14 +0200 | |
commit | 608b973b70f87e9a9bafbfdfa16aab68507aef45 (patch) | |
tree | 5192500eceb561cdf3be9b9f67e32b0c4eda0895 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | usb: xhci: replace goto with return when possible in handle_tx_event() (diff) | |
download | wireguard-linux-608b973b70f87e9a9bafbfdfa16aab68507aef45.tar.xz wireguard-linux-608b973b70f87e9a9bafbfdfa16aab68507aef45.zip |
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 <niklas.neronin@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20240429140245.3955523-14-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions