1. 15 12月, 2016 1 次提交
    • V
      ASoC: Intel: Skylake: remove unused 'ret' · 547cafa3
      Vinod Koul 提交于
      In skl_tplg_mixer_dapm_post_pmd_event(), a variable 'ret' is initialized but
      not used.
      
      We don't check return of skl_delete_pipe, so remove the assignment as
      well, so remove this variable.
      
      sound/soc/intel/skylake/skl-topology.c: In function ‘skl_tplg_mixer_dapm_post_pmd_event’:
      sound/soc/intel/skylake/skl-topology.c:976:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
        int ret = 0;
            ^
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      547cafa3
  2. 12 12月, 2016 27 次提交
  3. 11 12月, 2016 4 次提交
  4. 10 12月, 2016 8 次提交