ASoC: topology: Fix redundant logical jump
authorTang Bin <tangbin@cmss.chinamobile.com>
Sun, 8 Sep 2024 14:02:59 +0000 (22:02 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 13 Sep 2024 18:40:38 +0000 (19:40 +0100)
commit2772ee6de6cf94e5f2a0c0ce6067d0796a4170ba
treeb99bb8b2509fcee8d090a2654c677ac132f9a1ba
parent49e2e353fb0dbef8dced3e8e65365580349c4b14
ASoC: topology: Fix redundant logical jump

In the function soc_tplg_dai_config, the logical jump
of 'goto err' is redundant, so remove it.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://patch.msgid.link/20240908140259.3859-1-tangbin@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c