* [PATCH -next] drm/rockchip: remove unneeded semicolon
@ 2022-05-05 23:26 Yang Li
2022-05-08 15:01 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2022-05-05 23:26 UTC (permalink / raw)
To: hjc
Cc: heiko, airlied, daniel, dri-devel, linux-arm-kernel,
linux-rockchip, linux-kernel, Yang Li, Abaci Robot
Eliminate the following coccicheck warning:
./drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1476:2-3: Unneeded
semicolon
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
index 0b49fed16535..7f9d88634a77 100644
--- a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
+++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
@@ -1473,7 +1473,7 @@ static void rk3568_set_intf_mux(struct vop2_video_port *vp, int id,
default:
drm_err(vop2->drm, "Invalid interface id %d on vp%d\n", id, vp->id);
return;
- };
+ }
dip |= RK3568_DSP_IF_POL__CFG_DONE_IMD;
--
2.20.1.7.g153144c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] drm/rockchip: remove unneeded semicolon
2022-05-05 23:26 [PATCH -next] drm/rockchip: remove unneeded semicolon Yang Li
@ 2022-05-08 15:01 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2022-05-08 15:01 UTC (permalink / raw)
To: Yang Li, hjc
Cc: Heiko Stuebner, daniel, linux-arm-kernel, linux-rockchip,
linux-kernel, airlied, Abaci Robot, dri-devel
On Fri, 6 May 2022 07:26:59 +0800, Yang Li wrote:
> Eliminate the following coccicheck warning:
> ./drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1476:2-3: Unneeded
> semicolon
Applied, thanks!
[1/1] drm/rockchip: remove unneeded semicolon
commit: 813bb91da10bb6638dfadad73f2f0a5f9883946b
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-08 15:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-05 23:26 [PATCH -next] drm/rockchip: remove unneeded semicolon Yang Li
2022-05-08 15:01 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox