1. 05 Aug, 2021 1 commit
    • Pierre-Louis Bossart's avatar
      ASoC: max98090: remove duplicate status reads and useless assignmment · 221034ac
      Pierre-Louis Bossart authored
      The logic for the jack detection has not changed since the first
      commit for this driver. Remove a duplicate read and remove useless
      assignment
      
      sound/soc/codecs/max98090.c:2170:6: style: Variable 'reg' is
      reassigned a value before the old one has been
      used. [redundantAssignment]
       reg = snd_soc_component_read(component, M98090_REG_JACK_STATUS);
           ^
      
      sound/soc/codecs/max98090.c:2161:7: note: reg is assigned
        reg = snd_soc_component_read(component, M98090_REG_JACK_STATUS);
            ^
      
      sound/soc/codecs/max98090.c:2170:6: note: reg is overwritten
       reg = snd_soc_component_read(component, M98090_REG_JACK_STATUS);
           ^
      
      sound/soc/codecs/max98090.c:2170:6: style: Variable 'reg' is
      reassigned a value before the old one has been
      used. [redundantAssignment]
       reg = snd_soc_component_read(component, M98090_REG_JACK_STATUS);
           ^
      
      sound/soc/codecs/max98090.c:2167:7: note: reg is assigned
        reg = snd_soc_component_read(component, M98090_REG_JACK_STATUS);
            ^
      
      sound/soc/codecs/max98090.c:2170:6: note: reg is overwritten
       reg = snd_soc_component_read(component, M98090_REG_JACK_STATUS);
           ^
      Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
      Link: https://lore.kernel.org/r/20210804192456.278702-2-pierre-louis.bossart@linux.intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      221034ac
  2. 04 Aug, 2021 1 commit
  3. 03 Aug, 2021 13 commits
  4. 02 Aug, 2021 22 commits
  5. 30 Jul, 2021 3 commits