]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: core: delete component->card_list in soc_remove_component only
authorBard Liao <yung-chuan.liao@linux.intel.com>
Mon, 16 Sep 2019 21:03:53 +0000 (05:03 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 17 Sep 2019 15:56:38 +0000 (16:56 +0100)
commitafa85fa6dd0ef6870c1f4cf64dad0e3375203d1f
treec503b8d04cc0bbcc65975c3e6e7178d36f018f51
parente7a904fb599e6243a4d0995c5a1aee459605c11a
ASoC: core: delete component->card_list in soc_remove_component only

We add component->card_list in the end of soc_probe_component(). In
other words, component->card_list will not be added if there is an
error in the soc_probe_component() function. So we can't delete
component->card_list in the error handling of soc_probe_component().

Fixes: af11717a09e0 ("ASoC: soc-core: add soc_cleanup_component()")
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20190916210353.6318-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c