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