commit | c2dea1fba206b6e16940fb2bbf5209b30018833c | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Aug 16 13:56:10 2021 +0900 |
committer | Mark Brown <broonie@kernel.org> | Mon Aug 16 13:29:33 2021 +0100 |
tree | 4b2743bbfac39f7d468213e26d80906b176017d1 | |
parent | 454a7422fa287d38fbc433260932383ed70b8af0 [diff] |
ASoC: soc-jack: cleanup cppcheck warning at snd_soc_jack_report() This patch cleanups below cppcheck warning. sound/soc/soc-jack.c:45:6: style: The scope of the variable 'enable' can be reduced. [variableScope] int enable; ^ Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87v946yolx.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>