mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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:
@@ -290,7 +290,7 @@ static void mmc_davinci_start_command(struct mmc_davinci_host *host,
|
|||||||
default:
|
default:
|
||||||
s = ", (R? response)";
|
s = ", (R? response)";
|
||||||
break;
|
break;
|
||||||
}; s; }));
|
} s; }));
|
||||||
host->cmd = cmd;
|
host->cmd = cmd;
|
||||||
|
|
||||||
switch (mmc_resp_type(cmd)) {
|
switch (mmc_resp_type(cmd)) {
|
||||||
|
Reference in New Issue
Block a user