diff options
author | Zou Wei <zou_wei@huawei.com> | 2020-04-28 14:08:09 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-05-05 17:09:04 +0200 |
commit | 149d65e549f32710cfe22b5640f3010e8e68a837 (patch) | |
tree | 3749927374521d90c29561a23f1021ebb84f40b1 /drivers/media/usb | |
parent | media: rcar-csi2: Fix comment of VCDT/VCDT2 register (diff) | |
download | linux-149d65e549f32710cfe22b5640f3010e8e68a837.tar.xz linux-149d65e549f32710cfe22b5640f3010e8e68a837.zip |
media: cx231xx: Remove unneeded semicolon
Fixes coccicheck warnings:
drivers/media/usb/cx231xx/cx231xx-avcore.c:610:3-4: Unneeded semicolon
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r-- | drivers/media/usb/cx231xx/cx231xx-avcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx-avcore.c b/drivers/media/usb/cx231xx/cx231xx-avcore.c index d6117093491b..3d3c881c8e58 100644 --- a/drivers/media/usb/cx231xx/cx231xx-avcore.c +++ b/drivers/media/usb/cx231xx/cx231xx-avcore.c @@ -607,7 +607,7 @@ int cx231xx_set_video_input_mux(struct cx231xx *dev, u8 input) CX231XX_VMUX_COMPOSITE1, INPUT(input)->vmux); break; - }; + } break; default: |