mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
0d7f7d2d31
commit
149d65e549
|
@ -607,7 +607,7 @@ int cx231xx_set_video_input_mux(struct cx231xx *dev, u8 input)
|
|||
CX231XX_VMUX_COMPOSITE1,
|
||||
INPUT(input)->vmux);
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue