commit | ee1e03598f7961f471367e075edcdbd8492a2239 | [log] [tgz] |
---|---|---|
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | Wed Jun 19 15:01:48 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jun 20 03:20:02 2019 -0600 |
tree | b0dc1af8227cd6e015c4ee9807117c9419198e34 | |
parent | 8c54803b98d5907b45fe98270be5ed4fbc7e4c4c [diff] |
block: get rid of redundant else This is a pure code cleanup patch and doesn't change any functionality. This removes the redundant else in the code which is not needed since we are returning from function anyway. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>