OSDN Git Service

[media] soc_camera: annotate a switch fall through
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 19 May 2017 12:03:17 +0000 (09:03 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 19 May 2017 12:03:32 +0000 (09:03 -0300)
commitd0994fe9ba22895e56b943ff3f03f2b39fcaa397
tree4b585a3002782217973d618ec7c5fc8bd584bb96
parent9ca3ae0d5e46a48b7eaf4afcdc68887e32692c17
[media] soc_camera: annotate a switch fall through

Clearly, hsync and vsinc bool vars are part of the return
logic on the second case of the switch. Annotate that, in
order to shut up gcc warnings.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/soc_camera/soc_mediabus.c