Merge series "ASoC: core: remove cppcheck warnings" from Pierre-Louis Bossart <pierre...
authorMark Brown <broonie@kernel.org>
Mon, 1 Mar 2021 23:31:51 +0000 (23:31 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 10 Mar 2021 13:08:32 +0000 (13:08 +0000)
This is the first batch of cleanups to make cppcheck more usable,
currently we have way too many warnings that drown real issues.

Pierre-Louis Bossart (6):
  ASoC: soc-ops: remove useless assignment
  ASoC: soc-pcm: remove redundant assignment
  ASoC: soc-pcm: remove shadowing variable
  ASoC: soc-pcm: add error log
  ASoC: soc-topology: clarify expression
  ASoC: generic: simple-card-utils: remove useless assignment

 sound/soc/generic/simple-card-utils.c |  2 +-
 sound/soc/soc-ops.c                   |  2 +-
 sound/soc/soc-pcm.c                   |  4 ++--
 sound/soc/soc-topology.c              | 16 ++++++++--------
 4 files changed, 12 insertions(+), 12 deletions(-)

--
2.25.1

1  2 
sound/soc/soc-pcm.c

Simple merge