media: mali-c55: Remove unneeded semicolon

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>
This commit is contained in:
Chen Ni 2025-11-18 10:04:30 +08:00 committed by Hans Verkuil
parent b4e6ddce16
commit e398a06907

View 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);