From 44653c400615a3fa3658caa72d765233cc897d80 Mon Sep 17 00:00:00 2001 From: Yang Li Date: Tue, 19 Oct 2021 15:37:26 +0800 Subject: drm/panel: novatek-nt35950: remove unneeded semicolon Eliminate the following coccicheck warning: ./drivers/gpu/drm/panel/panel-novatek-nt35950.c:639:2-3: Unneeded semicolon Reported-by: Abaci Robot Fixes: 623a3531e9cf ("drm/panel: Add driver for Novatek NT35950 DSI DriverIC panels") Signed-off-by: Yang Li Signed-off-by: Sam Ravnborg Link: https://patchwork.freedesktop.org/patch/msgid/1634629046-116842-1-git-send-email-yang.lee@linux.alibaba.com --- drivers/gpu/drm/panel/panel-novatek-nt35950.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/drm/panel') diff --git a/drivers/gpu/drm/panel/panel-novatek-nt35950.c b/drivers/gpu/drm/panel/panel-novatek-nt35950.c index 841c2320e439..288c7fa83ecc 100644 --- a/drivers/gpu/drm/panel/panel-novatek-nt35950.c +++ b/drivers/gpu/drm/panel/panel-novatek-nt35950.c @@ -636,7 +636,7 @@ static int nt35950_remove(struct mipi_dsi_device *dsi) dev_err(&dsi->dev, "Failed to detach from DSI1 host: %d\n", ret); mipi_dsi_device_unregister(nt->dsi[1]); - }; + } drm_panel_remove(&nt->panel); -- cgit v1.2.3