diff options
| author | Gustavo A. R. Silva <[email protected]> | 2019-07-29 17:15:34 -0500 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-07-31 12:07:03 +0100 |
| commit | 22581e7c51f50fbbadba70499bb5e2d09f830cbb (patch) | |
| tree | b76b73c67fa408b40b963fdbca8e1d23f8fc7cc2 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | ebdd7be5415c7795c77609ad908222038e441835 (diff) | |
ASoC: ti: Mark expected switch fall-throughs
Mark switch cases where we are expecting to fall through.
This patch fixes the following warning (Building: arm):
sound/soc/ti/n810.c: In function ‘n810_ext_control’:
sound/soc/ti/n810.c:48:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
line1l = 1;
~~~~~~~^~~
sound/soc/ti/n810.c:49:2: note: here
case N810_JACK_HP:
^~~~
sound/soc/ti/rx51.c: In function ‘rx51_ext_control’:
sound/soc/ti/rx51.c:57:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
hs = 1;
~~~^~~
sound/soc/ti/rx51.c:58:2: note: here
case RX51_JACK_HP:
^~~~
Signed-off-by: Gustavo A. R. Silva <[email protected]>
Acked-by: Jarkko Nikula <[email protected]>
Link: https://lore.kernel.org/r/20190729221534.GA18696@embeddedor
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions