OpenCloudOS-Kernel/drivers/media/platform/marvell-ccic
Mauro Carvalho Chehab 06eeefe8e3 [media] media drivers: annotate fall-through
Avoid warnings like those:

drivers/media/pci/ddbridge/ddbridge-core.c: In function 'dvb_input_detach':
drivers/media/pci/ddbridge/ddbridge-core.c:787:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
   if (input->fe) {
      ^
drivers/media/pci/ddbridge/ddbridge-core.c:792:2: note: here
  case 4:
  ^~~~
...

On several cases, it is just that gcc 7.1 is not capable of
understanding the comment, but on other places, we need an
annotation.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-05-19 07:10:03 -03:00
..
Kconfig [media] marvell-ccic: MMP_CAMERA no longer builds 2015-02-02 13:35:27 -02:00
Makefile
cafe-driver.c [media] marvell-ccic: fix memory leak on failure path in cafe_smbus_setup() 2015-05-01 07:50:54 -03:00
mcam-core.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
mcam-core.h [media] media/platform: convert drivers to use the new vb2_queue dev field 2016-07-08 14:40:50 -03:00
mmp-driver.c [media] include/media: move platform_data to linux/platform_data/media 2015-11-17 06:58:42 -02:00