mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 09:30:52 +07:00
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: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
dbef525773
commit
e051bd0ddf
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user