• Mark Brown's avatar
    Merge series "ASoC: core: remove cppcheck warnings" from Pierre-Louis Bossart... · d5974807
    Mark Brown authored
    Merge series "ASoC: core: remove cppcheck warnings" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
    
    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
    d5974807
soc-pcm.c 77.5 KB