linux/drivers/media/usb/cx231xx
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
..
cx231xx-417.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
cx231xx-audio.c [media] cx231xx-audio: fix NULL-deref at probe 2017-04-10 07:34:46 -03:00
cx231xx-avcore.c [media] cx231xx: don't return error on success 2016-09-05 15:26:30 -03:00
cx231xx-cards.c [media] cx231xx-cards: fix NULL-deref at probe 2017-04-10 07:31:45 -03:00
cx231xx-conf-reg.h
cx231xx-core.c [media] cx231xx: Fix I2C on Internal Master 3 Bus 2017-02-07 09:09:10 -02:00
cx231xx-dif.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
cx231xx-dvb.c [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD 2017-02-07 09:08:32 -02:00
cx231xx-i2c.c media updates for v4.12-rc1 2017-05-05 17:34:57 -07:00
cx231xx-input.c [media] rc-main: assign driver type during allocation 2017-01-30 13:59:57 -02:00
cx231xx-pcb-cfg.c [media] cx231xx: Improve the log message 2014-11-03 15:59:59 -02:00
cx231xx-pcb-cfg.h [media] cx231xx: return an error if it can't read PCB config 2014-07-27 16:57:43 -03:00
cx231xx-reg.h
cx231xx-vbi.c [media] media: usb: cx231xx: cx231xx-vbi: don't print error when allocating urb fails 2016-08-24 08:49:55 -03:00
cx231xx-vbi.h
cx231xx-video.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
cx231xx.h [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD 2017-02-07 09:08:32 -02:00
Kconfig [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD 2017-02-07 09:08:32 -02:00
Makefile