ASoC: tegra: improve goto error label
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 20 Jul 2018 08:04:23 +0000 (10:04 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 20 Jul 2018 12:18:32 +0000 (13:18 +0100)
commit2ec42486358f63c4a426514c395d13f4b9de5da8
tree4ee6ee6dc8edb4b13ca7298314641b95fab518ef
parentfaa80b66c767ef4995e33835e9844a5df142c6cc
ASoC: tegra: improve goto error label

While the two error labels "err" and "err_clk_put" goto the same place
it is rather confusing that the earlier one is certainly used later
again.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra20_ac97.c