提交 f62436a9 编写于 作者: D Dan Carpenter 提交者: Mauro Carvalho Chehab

[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: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 f1ec5723
...@@ -1751,6 +1751,7 @@ static int vidioc_s_register(struct file *file, void *priv, ...@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册