diff options
-rw-r--r-- | drivers/gpu/drm/panel/panel-novatek-nt35950.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |