diff options
author | Bart Van Assche <[email protected]> | 2024-10-22 12:30:58 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2024-10-25 15:01:10 -0400 |
commit | 7df89440d0ec47a4d91c5d664a6fa33931800913 (patch) | |
tree | 4cc0f5357e17876e1db2d697736b383c8e21bfbd /tools/perf/scripts/python/task-analyzer.py | |
parent | a085e03758b87ee5aea45de27c811576574d795b (diff) |
scsi: ufs: core: Remove goto statements from ufshcd_try_to_abort_task()
The only statement that follows the 'out:' label in
ufshcd_try_to_abort_task() is a return-statement. Simplify this function
by changing 'goto out' statements into return statements.
Reviewed-by: Avri Altman <[email protected]>
Reviewed-by: Peter Wang <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions