linux/sound/soc/tegra
Zihao Wang 194f869230
ASoC: tegra20_ac97: Add missing unwind goto in tegra20_ac97_platform_probe()
Smatch Warns:
	sound/soc/tegra/tegra20_ac97.c:321 tegra20_ac97_platform_probe()
	warn: missing unwind goto?

The goto will set the "soc_ac97_ops" and "soc_ac97_bus" operations to
NULL.  But they are already NULL at this point so it is a no-op.
However, just for consistency, change the direct return to a goto.  No
functional change.

Signed-off-by: Zihao Wang <u202012060@hust.edu.cn>
Reviewed-by: Dan Carpenter <error27@gmail.com>
Link: https://lore.kernel.org/r/20230404084622.1202-1-u202012060@hust.edu.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
2023-04-04 12:46:42 +01:00
..
Kconfig ASoC: tegra: Support MAX9808x by machine driver 2023-03-20 13:06:41 +00:00
Makefile ASoC: tegra: Add Tegra210 based OPE driver 2022-06-06 12:33:07 +01:00
tegra20_ac97.c ASoC: tegra20_ac97: Add missing unwind goto in tegra20_ac97_platform_probe() 2023-04-04 12:46:42 +01:00
tegra20_ac97.h
tegra20_das.c ASoC: tegra: tegra20_das: Drop write-only driver data member 2022-07-05 19:54:00 +01:00
tegra20_i2s.c ASoC: tegra: tegra20_i2s: Convert to platform remove callback returning void 2023-03-20 13:09:14 +00:00
tegra20_i2s.h
tegra20_spdif.c ASoC: tegra: use helper function 2023-01-31 11:05:05 +00:00
tegra20_spdif.h
tegra30_ahub.c ASoC: tegra: tegra30_ahub: Convert to platform remove callback returning void 2023-03-20 13:09:24 +00:00
tegra30_ahub.h
tegra30_i2s.c ASoC: tegra: tegra30_i2s: Convert to platform remove callback returning void 2023-03-20 13:09:25 +00:00
tegra30_i2s.h
tegra186_asrc.c ASoC: tegra: tegra186_asrc: Convert to platform remove callback returning void 2023-03-20 13:09:11 +00:00
tegra186_asrc.h
tegra186_dspk.c ASoC: tegra: tegra186_dspk: Convert to platform remove callback returning void 2023-03-20 13:09:12 +00:00
tegra186_dspk.h
tegra210_admaif.c ASoC: tegra: tegra210_admaif: Convert to platform remove callback returning void 2023-03-20 13:09:15 +00:00
tegra210_admaif.h
tegra210_adx.c ASoC: tegra: tegra210_adx: Convert to platform remove callback returning void 2023-03-20 13:09:16 +00:00
tegra210_adx.h
tegra210_ahub.c ASoC: tegra: tegra210_ahub: Convert to platform remove callback returning void 2023-03-20 13:09:17 +00:00
tegra210_ahub.h
tegra210_amx.c ASoC: tegra: tegra210_amx: Convert to platform remove callback returning void 2023-03-20 13:09:18 +00:00
tegra210_amx.h
tegra210_dmic.c ASoC: tegra: tegra210_dmic: Convert to platform remove callback returning void 2023-03-20 13:09:19 +00:00
tegra210_dmic.h
tegra210_i2s.c ASoC: tegra: tegra210_i2s: Convert to platform remove callback returning void 2023-03-20 13:09:19 +00:00
tegra210_i2s.h
tegra210_mbdrc.c ASoC: tegra: Fix spelling mistake "fliter" -> "filter" 2022-11-10 17:52:46 +00:00
tegra210_mbdrc.h ASoC: tegra: Fix spelling mistake "fliter" -> "filter" 2022-11-10 17:52:46 +00:00
tegra210_mixer.c ASoC: tegra: tegra210_mixer: Convert to platform remove callback returning void 2023-03-20 13:09:20 +00:00
tegra210_mixer.h
tegra210_mvc.c ASoC: tegra: tegra210_mvc: Convert to platform remove callback returning void 2023-03-20 13:09:21 +00:00
tegra210_mvc.h
tegra210_ope.c ASoC: tegra: tegra210_ope: Convert to platform remove callback returning void 2023-03-20 13:09:22 +00:00
tegra210_ope.h ASoC: tegra: Add Tegra210 based OPE driver 2022-06-06 12:33:07 +01:00
tegra210_peq.c ASoC: tegra: Add Tegra210 based OPE driver 2022-06-06 12:33:07 +01:00
tegra210_peq.h ASoC: tegra: Add Tegra210 based OPE driver 2022-06-06 12:33:07 +01:00
tegra210_sfc.c ASoC: tegra: tegra210_sfc: Convert to platform remove callback returning void 2023-03-20 13:09:23 +00:00
tegra210_sfc.h
tegra_asoc_machine.c ASoC: tegra: remove unneeded semicolon 2023-03-22 13:17:39 +00:00
tegra_asoc_machine.h
tegra_audio_graph_card.c
tegra_cif.h
tegra_pcm.c
tegra_pcm.h
tegra_wm8903.c ASoC: soc-card: Create jack kcontrol without pins 2022-04-14 17:37:21 +01:00