[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAPDyKFphxHnrWmdG3DoTEX9MpS+23ZwjKK3xny4_UWdpTbUzDQ@mail.gmail.com>
Date: Thu, 5 Nov 2020 13:59:02 +0100
From: Ulf Hansson <ulf.hansson@...aro.org>
To: trix@...hat.com
Cc: Krzysztof Kozlowski <krzk@...nel.org>,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
Doug Anderson <dianders@...omium.org>,
"Gustavo A. R. Silva" <gustavoars@...nel.org>,
Michał Mirosław <mirq-linux@...e.qmqm.pl>,
"linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mmc: davinci: remove unneeded semicolon
On Sat, 31 Oct 2020 at 16:27, <trix@...hat.com> wrote:
>
> From: Tom Rix <trix@...hat.com>
>
> A semicolon is not needed after a switch statement.
>
> Signed-off-by: Tom Rix <trix@...hat.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> drivers/mmc/host/davinci_mmc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c
> index 90cd179625fc..2a757c88f9d2 100644
> --- a/drivers/mmc/host/davinci_mmc.c
> +++ b/drivers/mmc/host/davinci_mmc.c
> @@ -290,7 +290,7 @@ static void mmc_davinci_start_command(struct mmc_davinci_host *host,
> default:
> s = ", (R? response)";
> break;
> - }; s; }));
> + } s; }));
> host->cmd = cmd;
>
> switch (mmc_resp_type(cmd)) {
> --
> 2.18.1
>
Powered by blists - more mailing lists