mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08: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:
parent
a85344d347
commit
86d9bf50af
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user