1. 08 5月, 2019 1 次提交
    • T
      ASoC: SOF: Propagate sof_get_ctrl_copy_params() error properly · 54d198d5
      Takashi Iwai 提交于
      This fixes a compile warning below by properly handling the error code
      from sof_get_ctrl_copy_params():
        include/linux/kernel.h:843:43: warning: 'sparams.pl_size' may be used uninitialized in this function [-Wmaybe-uninitialized]
        sound/soc/sof/ipc.c:639:34: note: 'sparams.pl_size' was declared here
      
      The function returns an error before setting sparams.pl_size, so it'd
      assign an uninitialized value at a later point.
      
      Fixes: 53e0c72d ("ASoC: SOF: Add support for IPC IO between DSP and Host")
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      54d198d5
  2. 07 5月, 2019 4 次提交
  3. 06 5月, 2019 5 次提交
  4. 03 5月, 2019 26 次提交
  5. 02 5月, 2019 4 次提交