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>
This commit is contained in:
parent
9ff43c7be9
commit
fb8298631b
|
@ -748,7 +748,7 @@ static int jmb38x_ms_set_param(struct memstick_host *msh,
|
|||
clock_delay);
|
||||
host->ifmode = value;
|
||||
break;
|
||||
};
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue