]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: mali-c55: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Tue, 18 Nov 2025 02:04:30 +0000 (10:04 +0800)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 19 May 2026 07:01:49 +0000 (09:01 +0200)
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi+renesas@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo.mondi+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/arm/mali-c55/mali-c55-core.c

index c1a562cd214ec51610ef142b840a99ae91dd4198..25dc3226d081375df6ebc00cae267ffa3694311a 100644 (file)
@@ -458,7 +458,7 @@ static int mali_c55_media_frameworks_init(struct mali_c55 *mali_c55)
        if (ret) {
                dev_err(mali_c55->dev, "failed to register V4L2 device\n");
                goto err_unregister_media_device;
-       };
+       }
 
        mali_c55->notifier.ops = &mali_c55_notifier_ops;
        v4l2_async_nf_init(&mali_c55->notifier, &mali_c55->v4l2_dev);