summaryrefslogtreecommitdiff
path: root/block/blk-lib.c
diff options
context:
space:
mode:
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>2021-06-14 04:58:51 +0300
committerChristoph Hellwig <hch@lst.de>2021-06-17 16:51:20 +0300
commit7860569ad47f9fbd7c9f93a5c2b7d2a18e4af831 (patch)
tree2e7acdbdc9b52179f8d15e3fd4c70b8c4f2ccf22 /block/blk-lib.c
parent8bb6cb9b97ef0b0ae4a492db5a90f8156d2cbe85 (diff)
downloadlinux-7860569ad47f9fbd7c9f93a5c2b7d2a18e4af831.tar.xz
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 <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'block/blk-lib.c')
0 files changed, 0 insertions, 0 deletions