commit | 2ec42486358f63c4a426514c395d13f4b9de5da8 | [log] [tgz] |
---|---|---|
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | Fri Jul 20 10:04:23 2018 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Jul 20 13:18:32 2018 +0100 |
tree | 4ee6ee6dc8edb4b13ca7298314641b95fab518ef | |
parent | faa80b66c767ef4995e33835e9844a5df142c6cc [diff] |
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>