]> git.baikalelectronics.ru Git - kernel.git/commit
media: mxl5xx: add a fall-trough annotation
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Sep 2018 12:19:27 +0000 (08:19 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Sep 2018 12:24:54 +0000 (08:24 -0400)
commit8d8bd1216c756369fd0b85ade50273dddd2cc2d0
tree9774b9174eb9cd883d6bf492fafe72e93af18712
parenta19e23f154c6633329fc4b448c995d25c9862904
media: mxl5xx: add a fall-trough annotation

As pointed by Daniel Scheller <d.scheller@gmx.net>, sparse
warns that a segment may fall through. We're deprecating
this warning in favor of gcc 8 equivalent warning.

In this specific case, the code for DVB-S applies for DVB-S2.
In a matter of fact, several things there (like rolloff
factor logic) assume that the transponder is DVB-S2.

So, add the corresponding fall-trough markup, for gcc to
properly ignore it.

Reported-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/dvb-frontends/mxl5xx.c