diff options
author | Kuninori Morimoto <[email protected]> | 2021-08-16 13:56:01 +0900 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-08-16 13:29:31 +0100 |
commit | d490f4e73e3c0b217242d92a8f679e62dc657001 (patch) | |
tree | 610816a382147bfe84f348d04ff24fb021caf9ec /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a2659768893bd90be4a243472e8bd2ef614c9de7 (diff) |
ASoC: soc-dai: cleanup cppcheck warning at snd_soc_dai_link_set_capabilities()
This patch cleanups below cppcheck warning.
sound/soc/soc-dai.c:454:7: style: The scope of the variable 'supported_cpu' can be reduced. [variableScope]
bool supported_cpu;
^
sound/soc/soc-dai.c:455:7: style: The scope of the variable 'supported_codec' can be reduced. [variableScope]
bool supported_codec;
^
Signed-off-by: Kuninori Morimoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions