From: Tom Rix <t...@redhat.com>

A semicolon is not needed after a switch statement.

Signed-off-by: Tom Rix <t...@redhat.com>
---
 drivers/misc/ti-st/st_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/ti-st/st_core.c b/drivers/misc/ti-st/st_core.c
index f4ddd1e67015..5a0a5fc3d3ab 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--;
        }
-- 
2.18.1

Reply via email to