Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tom Rix and committed by
Ulf Hansson
86d9bf50 a85344d3

+1 -1
+1 -1
drivers/mmc/host/davinci_mmc.c
··· 290 290 default: 291 291 s = ", (R? response)"; 292 292 break; 293 - }; s; })); 293 + } s; })); 294 294 host->cmd = cmd; 295 295 296 296 switch (mmc_resp_type(cmd)) {