Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4110369 authored by Chengguang Xu's avatar Chengguang Xu Committed by Jens Axboe
Browse files

block: loop: remove redundant code



Code cleanup for removing redundant break in switch case.

Signed-off-by: default avatarChengguang Xu <cgxu519@gmx.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 2e5b2d7c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -616,7 +616,6 @@ static int do_req_filebacked(struct loop_device *lo, struct request *rq)
	default:
		WARN_ON_ONCE(1);
		return -EIO;
		break;
	}
}