diff options
author | Kuninori Morimoto <[email protected]> | 2020-02-17 17:28:11 +0900 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-02-18 23:37:04 +0000 |
commit | cae06eb92557f0a073835380e57abee5f8173d73 (patch) | |
tree | fac454c3fc0b2c3007e28c51b6901ba07bb75b24 /tools/perf/scripts/python/stackcollapse.py | |
parent | 085d22be035db245c44714cf879a73eae06c9f6b (diff) |
ASoC: soc-pcm: use goto and remove multi return
When we use some kind of lock, we need to do unlock.
In that time, multi unlock/return is not good implementation.
This patch add label and use goto at dpcm_fe_dai_open()
to reduce such code.
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions