summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/or51132.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2017-05-18 13:13:28 +0200
committerMauro Carvalho Chehab2017-05-19 12:10:03 +0200
commit06eeefe8e310bf955da7f82547c72c43e4653d97 (patch)
tree59439c44354116dfcbff87d26f3bb18ebdf877e7 /drivers/media/dvb-frontends/or51132.c
parent[media] dvb-usb-remote: don't write bogus debug messages (diff)
downloadkernel-qcow2-linux-06eeefe8e310bf955da7f82547c72c43e4653d97.tar.gz
kernel-qcow2-linux-06eeefe8e310bf955da7f82547c72c43e4653d97.tar.xz
kernel-qcow2-linux-06eeefe8e310bf955da7f82547c72c43e4653d97.zip
[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>
Diffstat (limited to 'drivers/media/dvb-frontends/or51132.c')
-rw-r--r--drivers/media/dvb-frontends/or51132.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/or51132.c b/drivers/media/dvb-frontends/or51132.c
index 62aa00767015..5f2549c48eb0 100644
--- a/drivers/media/dvb-frontends/or51132.c
+++ b/drivers/media/dvb-frontends/or51132.c
@@ -493,8 +493,8 @@ start:
switch (reg&0xff) {
case 0x06:
if (reg & 0x1000) usK = 3 << 24;
- /* Fall through to QAM64 case */
- case 0x43:
+ /* fall through */
+ case 0x43: /* QAM64 */
c = 150204167;
break;
case 0x45: