diff options
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | 2021-06-13 18:58:51 -0700 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2021-06-17 15:51:20 +0200 |
commit | 7860569ad47f9fbd7c9f93a5c2b7d2a18e4af831 (patch) | |
tree | 2e7acdbdc9b52179f8d15e3fd4c70b8c4f2ccf22 /block/blk-lib.c | |
parent | 8bb6cb9b97ef0b0ae4a492db5a90f8156d2cbe85 (diff) | |
download | linux-7860569ad47f9fbd7c9f93a5c2b7d2a18e4af831.tar.gz linux-7860569ad47f9fbd7c9f93a5c2b7d2a18e4af831.tar.bz2 linux-7860569ad47f9fbd7c9f93a5c2b7d2a18e4af831.zip |
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