media: via-camera: deleted these redundant semicolons
authorlijian <lijian@yulong.com>
Fri, 28 May 2021 08:47:40 +0000 (10:47 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 30 Sep 2021 08:07:53 +0000 (10:07 +0200)
commit9031d6b3623f12e7aac6b5f3690ce575a4557da7
treecd342538504a56f19dd008bd1d6d0d54e01a1d7e
parent065a7c66bd8b21db212fa86187ff12f0cac6ea6d
media: via-camera: deleted these redundant semicolons

Macros should not use a trailing semicolon,and it was used
the semicolon after macro cam_dbg called in viacam_vb2_prepare,
so deleted these redundant semicolons.

Signed-off-by: lijian <lijian@yulong.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/via-camera.c