Commit 86d9bf50 authored by Tom Rix's avatar Tom Rix Committed by Ulf Hansson
Browse files

mmc: davinci: remove unneeded semicolon



A semicolon is not needed after a switch statement.

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20201031152708.2146690-1-trix@redhat.com


Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent a85344d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)) {