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>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| pwc-ctrl.c | ||
| pwc-dec1.c | ||
| pwc-dec1.h | ||
| pwc-dec23.c | ||
| pwc-dec23.h | ||
| pwc-if.c | ||
| pwc-kiara.c | ||
| pwc-kiara.h | ||
| pwc-misc.c | ||
| pwc-nala.h | ||
| pwc-timon.c | ||
| pwc-timon.h | ||
| pwc-uncompress.c | ||
| pwc-v4l.c | ||
| pwc.h | ||