All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] drm/panel: remove unneeded semicolon
@ 2021-10-19  7:37 Yang Li
  2021-10-21 17:32 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2021-10-19  7:37 UTC (permalink / raw)
  To: thierry.reding; +Cc: airlied, daniel, sam, dri-devel, linux-kernel, Yang Li

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: 623a3531e9cf ("drm/panel: Add driver for Novatek NT35950 DSI DriverIC panels")
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/gpu/drm/panel/panel-novatek-nt35950.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panel/panel-novatek-nt35950.c b/drivers/gpu/drm/panel/panel-novatek-nt35950.c
index d42c7af..3821c66 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);
 
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] drm/panel: remove unneeded semicolon
  2021-10-19  7:37 [PATCH -next] drm/panel: remove unneeded semicolon Yang Li
@ 2021-10-21 17:32 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2021-10-21 17:32 UTC (permalink / raw)
  To: Yang Li; +Cc: thierry.reding, airlied, daniel, dri-devel, linux-kernel

Hi Yang,

On Tue, Oct 19, 2021 at 03:37:26PM +0800, Yang Li wrote:
> 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: 623a3531e9cf ("drm/panel: Add driver for Novatek NT35950 DSI DriverIC panels")
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>

Thanks for this fix. As it is not urgent I have applied the patch to
drm-misc-next and it will show up in -next in 1-2 weeks.

I edited the subject to include "novatek-nt35950:" while applying.

	Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-21 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19  7:37 [PATCH -next] drm/panel: remove unneeded semicolon Yang Li
2021-10-21 17:32 ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.