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

Commit 6a927007 authored by Jens Axboe's avatar Jens Axboe
Browse files

loop: remove (now) unused 'out' label



gcc, righfully, complains:

drivers/block/loop.c:1369:1: warning: label 'out' defined but not used [-Wunused-label]

Kill it.

Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent a05e5780
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1388,7 +1388,6 @@ static void lo_release(struct gendisk *disk, fmode_t mode)
		loop_flush(lo);
	}

out:
	mutex_unlock(&lo->lo_ctl_mutex);
}