aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2020-10-31 07:25:05 -0700
committerUlf Hansson <ulf.hansson@linaro.org>2020-11-16 11:59:28 +0100
commitfb8298631b11ba81e4326f8a8e54505e8439d28d (patch)
treeea6bd63276db3500fabf8952887268437361b1cd /drivers/memstick/host
parentmmc: rtsx_pci: Add SD Express mode support for RTS5261 (diff)
downloadlinux-dev-fb8298631b11ba81e4326f8a8e54505e8439d28d.tar.xz
linux-dev-fb8298631b11ba81e4326f8a8e54505e8439d28d.zip
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>
Diffstat (limited to 'drivers/memstick/host')
-rw-r--r--drivers/memstick/host/jmb38x_ms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memstick/host/jmb38x_ms.c b/drivers/memstick/host/jmb38x_ms.c
index e83c3ada9389..f9a93b0565e1 100644
--- a/drivers/memstick/host/jmb38x_ms.c
+++ b/drivers/memstick/host/jmb38x_ms.c
@@ -748,7 +748,7 @@ static int jmb38x_ms_set_param(struct memstick_host *msh,
clock_delay);
host->ifmode = value;
break;
- };
+ }
return 0;
}