[media] cx231xx: add a missing break statement
My static checker complains about the fall through here. From the context it looks like we should add a break statement. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Родитель
f1ec57239f
Коммит
f62436a96a
|
@ -1751,6 +1751,7 @@ static int vidioc_s_register(struct file *file, void *priv,
|
|||
0x02,
|
||||
(u16)reg->reg, 1,
|
||||
value, 1, 2);
|
||||
break;
|
||||
case 0x322:
|
||||
ret =
|
||||
cx231xx_write_i2c_master(dev,
|
||||
|
|
Загрузка…
Ссылка в новой задаче