]> git.baikalelectronics.ru Git - kernel.git/commit
[media] cx231xx: add a missing break statement
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 11 Jan 2013 05:48:41 +0000 (02:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 Feb 2013 22:22:06 +0000 (20:22 -0200)
commit311a06f65546069d82caf912b5212bc9a9352f7b
treedc50fce8aa6cbcc4ec352dd8f5dd13474ddfe93c
parent8fd5f0fbca72e0650e0c5f55615e2b1d65351073
[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>
drivers/media/usb/cx231xx/cx231xx-video.c