[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:
committed by
Mauro Carvalho Chehab
parent
f1ec57239f
commit
f62436a96a
@@ -1751,6 +1751,7 @@ static int vidioc_s_register(struct file *file, void *priv,
|
|||||||
0x02,
|
0x02,
|
||||||
(u16)reg->reg, 1,
|
(u16)reg->reg, 1,
|
||||||
value, 1, 2);
|
value, 1, 2);
|
||||||
|
break;
|
||||||
case 0x322:
|
case 0x322:
|
||||||
ret =
|
ret =
|
||||||
cx231xx_write_i2c_master(dev,
|
cx231xx_write_i2c_master(dev,
|
||||||
|
Reference in New Issue
Block a user