]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: simple-card-utils: fixup simple_util_startup() error handling
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 19 Sep 2023 01:22:57 +0000 (01:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Oct 2023 21:08:51 +0000 (23:08 +0200)
commit988fba279db0b7c75538790028d1d697155625ea
tree355922d3976b1d485d014e9b264b12b58de21216
parente3353ad7db52191c9b16c0b93aae22c73b0401ab
ASoC: simple-card-utils: fixup simple_util_startup() error handling

commit 69cf63b6560205a390a736b88d112374655adb28 upstream.

It should use "goto" instead of "return"

Fixes: 5ca2ab459817 ("ASoC: simple-card-utils: Add new system-clock-fixed flag")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Closes: https://lore.kernel.org/all/202309141205.ITZeDJxV-lkp@intel.com/
Closes: https://lore.kernel.org/all/202309151840.au9Aa2W4-lkp@intel.com/
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87v8c76jnz.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/generic/simple-card-utils.c