commit | af6b57ab7fdd88e1b251376ee92fd335abd2241e | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Aug 05 10:11:00 2021 +0900 |
committer | Mark Brown <broonie@kernel.org> | Thu Aug 05 15:37:29 2021 +0100 |
tree | e357f74b40e9131dc193ceba95e1deb09b3f0c04 | |
parent | 7453d6d45d5587d3d4d4fdaec746db74ac5f7429 [diff] |
ASoC: soc-dapm: cleanup cppcheck warning at dapm_connect_mux() This patch cleanups below cppcheck warning. sound/soc/soc-dapm.c:751:15: style: The scope of the variable 'val' can be reduced. [variableScope] unsigned int val, item; ^ Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87wnp0u257.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>