projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff43c7
)
memstick: jmb38x_ms: remove unneeded semicolon
author
Tom Rix
<trix@redhat.com>
Sat, 31 Oct 2020 14:25:05 +0000
(07:25 -0700)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 16 Nov 2020 10:59:28 +0000
(11:59 +0100)
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>
drivers/memstick/host/jmb38x_ms.c
patch
|
blob
|
history
diff --git
a/drivers/memstick/host/jmb38x_ms.c
b/drivers/memstick/host/jmb38x_ms.c
index e83c3ada9389ea460ac1fe339e6e9a9f28f89e0b..f9a93b0565e15f76c10de1fe9ff0aca233a04207 100644
(file)
--- 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;
}