1. 10 Sep, 2018 1 commit
    • Dan Carpenter's avatar
      ASoC: dapm: Fix a couple uninitialized ret variables · 2e558a81
      Dan Carpenter authored
      Smatch complains that these variables could be uninitialized.  The first
      one in snd_soc_dai_link_event() is probably a false positive, because
      probably we know the lists are not empty.  I would normally ignore the
      warning, but GCC complains here as well so I just silenced the warning.
      The "ret" in snd_soc_dapm_new_dai() does need to be initialized or it
      leads to a bogus dereference in the caller.
      
      Fixes: 3bbf5d34 ("ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlocked")
      Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      2e558a81
  2. 07 Sep, 2018 3 commits
  3. 06 Sep, 2018 5 commits
  4. 05 Sep, 2018 5 commits
  5. 04 Sep, 2018 3 commits
  6. 03 Sep, 2018 20 commits
  7. 31 Aug, 2018 3 commits