aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorChaitanya Kulkarni <[email protected]>2021-06-13 18:58:51 -0700
committerChristoph Hellwig <[email protected]>2021-06-17 15:51:20 +0200
commit7860569ad47f9fbd7c9f93a5c2b7d2a18e4af831 (patch)
tree2e7acdbdc9b52179f8d15e3fd4c70b8c4f2ccf22 /scripts/gdb/linux/tasks.py
parent8bb6cb9b97ef0b0ae4a492db5a90f8156d2cbe85 (diff)
nvmet: remove local variable
In function errno_to_nvme_status() we store the value of the NVMe status into the local variable and don't do anything useful with that but just return. Remove the local variable and return the value directly from switch. This also removed extra break statements. Signed-off-by: Chaitanya Kulkarni <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions