ASoC: wm_adsp: wm_adsp_control_add() error: uninitialized symbol 'ret'
authorSimon Trimmer <simont@opensource.cirrus.com>
Mon, 15 Nov 2021 12:01:54 +0000 (12:01 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 15 Nov 2021 21:33:41 +0000 (21:33 +0000)
commita6e849d0007b374fc7fbb18d55941c77aa7c3923
tree235fd87fb50d5a3b887299239230235d0ede9cce
parent7e5dfedb53a33cba87350c81124b73b5f2be7cc2
ASoC: wm_adsp: wm_adsp_control_add() error: uninitialized symbol 'ret'

This patch fixes the static analysis warning as it is correctly
indicating a possible code path, it cannot know that for the affected
firmware versions subname would always be NULL.

Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20211115120154.56782-1-simont@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm_adsp.c