aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ti-st
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2020-10-31 08:24:56 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-11-03 10:09:06 +0100
commitf0f753da73b386deb274486255b857d013fa6069 (patch)
tree66892a72dc5362cf4ee32121f869d62240d87faa /drivers/misc/ti-st
parentf7a6e6c4073c1e03ab18d2229857cfef5e0f8b7b (diff)
downloadlinux-f0f753da73b386deb274486255b857d013fa6069.tar.gz
misc: ti-st: st_core: 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/20201031152456.2146104-1-trix@redhat.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/ti-st')
-rw-r--r--drivers/misc/ti-st/st_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/ti-st/st_core.c b/drivers/misc/ti-st/st_core.c
index f4ddd1e670151..5a0a5fc3d3abc 100644
--- a/drivers/misc/ti-st/st_core.c
+++ b/drivers/misc/ti-st/st_core.c
@@ -380,7 +380,7 @@ void st_int_recv(void *disc_data,
st_gdata->rx_state = ST_W4_HEADER;
st_gdata->rx_count = st_gdata->list[type]->hdr_len;
pr_debug("rx_count %ld\n", st_gdata->rx_count);
- };
+ }
ptr++;
count--;
}