Skip to content

Commit

Permalink
[media] cx231xx: add a missing break statement
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent f1ec572 commit f62436a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/usb/cx231xx/cx231xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f62436a

Please sign in to comment.