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

memstick: jmb38x_ms: 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/20201031142505.2139539-1-trix@redhat.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Tom Rix and committed by
Ulf Hansson
fb829863 9ff43c7b

+1 -1
+1 -1
drivers/memstick/host/jmb38x_ms.c
··· 748 748 clock_delay); 749 749 host->ifmode = value; 750 750 break; 751 - }; 751 + } 752 752 return 0; 753 753 } 754 754