mmc: davinci: remove unneeded semicolon

A semicolon is not needed after a switch statement.

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20201031152708.2146690-1-trix@redhat.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
Tom Rix 2020-10-31 08:27:08 -07:00 committed by Ulf Hansson
parent a85344d347
commit 86d9bf50af

View file

@ -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)) {