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 <abaci@linux.alibaba.com>
Fixes: 623a3531e9 ("drm/panel: Add driver for Novatek NT35950 DSI DriverIC panels")
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1634629046-116842-1-git-send-email-yang.lee@linux.alibaba.com
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user