OSDN Git Service

media: cx231xx: Remove unneeded semicolon
authorZou Wei <zou_wei@huawei.com>
Tue, 28 Apr 2020 12:08:09 +0000 (14:08 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 5 May 2020 15:09:04 +0000 (17:09 +0200)
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>
drivers/media/usb/cx231xx/cx231xx-avcore.c

index d611709..3d3c881 100644 (file)
@@ -607,7 +607,7 @@ int cx231xx_set_video_input_mux(struct cx231xx *dev, u8 input)
                                                        CX231XX_VMUX_COMPOSITE1,
                                                        INPUT(input)->vmux);
                        break;
-               };
+               }
 
                break;
        default: