[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191022130036.23877-1-sudipm.mukherjee@gmail.com>
Date: Tue, 22 Oct 2019 14:00:36 +0100
From: Sudip Mukherjee <sudipm.mukherjee@...il.com>
To: Ulf Hansson <ulf.hansson@...aro.org>
Cc: linux-kernel@...r.kernel.org,
Chaotian Jing <chaotian.jing@...iatek.com>,
linux-mmc@...r.kernel.org,
Sudip Mukherjee <sudipm.mukherjee@...il.com>
Subject: [PATCH] mmc: block: remove unused variable
The use of 'status' was removed but the variable itself was not
removed and thus adding a build warning.
Fixes: 05224f7e4975 ("mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response")
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@...il.com>
---
drivers/mmc/core/block.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mmc/core/block.c b/drivers/mmc/core/block.c
index ee1fd7df4ec8..95b41c0891d0 100644
--- a/drivers/mmc/core/block.c
+++ b/drivers/mmc/core/block.c
@@ -497,7 +497,6 @@ static int __mmc_blk_ioctl_cmd(struct mmc_card *card, struct mmc_blk_data *md,
struct scatterlist sg;
int err;
unsigned int target_part;
- u32 status = 0;
if (!card || !md || !idata)
return -EINVAL;
--
2.11.0
Powered by blists - more mailing lists