commit | 58f42dfd7977599b060996491412fcec688d025d | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Tue Aug 03 14:00:37 2021 +0900 |
committer | Mark Brown <broonie@kernel.org> | Tue Aug 03 18:27:11 2021 +0100 |
tree | 408fc699942f1828b6a5d2a229ae7eb20a891a90 | |
parent | b189dde9d3e54b607791e9cdf28c7881eac8a37e [diff] |
ASoC: soc-ops: cleanup cppcheck warning at snd_soc_put_volsw_sx() This patch cleanups below cppcheck warning. sound/soc/soc-ops.c:410:30: style: The scope of the variable 'val2' can be reduced. [variableScope] unsigned int val, val_mask, val2 = 0; ^ Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/874kc7w2a2.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>