linux-stable/drivers/media/usb/pwc
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
Makefile
pwc-ctrl.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
pwc-dec1.c
pwc-dec1.h
pwc-dec23.c
pwc-dec23.h
pwc-if.c [media] pwc: don't break long lines 2016-10-21 09:52:08 -02:00
pwc-kiara.c
pwc-kiara.h
pwc-misc.c
pwc-nala.h
pwc-timon.c
pwc-timon.h
pwc-uncompress.c [media] media: videobuf2: Restructure vb2_buffer 2015-10-01 09:04:43 -03:00
pwc-v4l.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
pwc.h [media] media: videobuf2: Restructure vb2_buffer 2015-10-01 09:04:43 -03:00