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

Commit e051bd0d authored by Colin Ian King's avatar Colin Ian King Committed by Jens Axboe
Browse files

ms_block: remove unused pointer 'set'



Pointer 'set' is declared but not used, remove it. Cleans up warning:

warning: unused variable ‘set’ [-Wunused-variable]

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent dbef5257
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2104,7 +2104,6 @@ static const struct blk_mq_ops msb_mq_ops = {
static int msb_init_disk(struct memstick_dev *card)
{
	struct msb_data *msb = memstick_get_drvdata(card);
	struct blk_mq_tag_set *set = NULL;
	int rc;
	unsigned long capacity;