[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPDyKFq7_Obp2Qc2iZDC4wCokMt9-ttuZ0A8A1CYR+b4=JbqOw@mail.gmail.com>
Date: Wed, 23 Oct 2019 14:39:57 +0200
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Sudip Mukherjee <sudipm.mukherjee@...il.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Chaotian Jing <chaotian.jing@...iatek.com>,
"linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>
Subject: Re: [PATCH] mmc: block: remove unused variable
On Tue, 22 Oct 2019 at 15:00, Sudip Mukherjee
<sudipm.mukherjee@...il.com> wrote:
>
> 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>
This has already been taken care of, by amending the original patch.
Thanks anyway!
Kind regards
Uffe
> ---
> 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