]> git.baikalelectronics.ru Git - kernel.git/commit
block: get rid of redundant else
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Wed, 19 Jun 2019 22:01:48 +0000 (15:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 20 Jun 2019 09:20:02 +0000 (03:20 -0600)
commit56f46d15a810a988ec5dddce679010f6f4e143d1
treeb0dc1af8227cd6e015c4ee9807117c9419198e34
parentc5a55e66febeb9c48d07b1370bd3d7d5eef6da6e
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>
block/blk-mq-debugfs.c