mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
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:
parent
b4e6ddce16
commit
e398a06907
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user