[PATCH v2 0/4] ASoC: remove conditional returns with no effect
From: Sang-Heon Jeon
Date: Sat Jul 25 2026 - 12:04:07 EST
Hello,
This series removes conditional returns where both branches return
the same value, so the check has no effect. As suggested by Vijendar,
the ASoC patch of the treewide v1 series [1] is split per vendor and
posted separately.
All patches are generated by the Coccinelle script, which you can
find in v1.
If you would rather drop any of the patches, just let me know and I will address
it in the next version.
---
Changes from v1 [1]
- Split patches per vendor
- Change base to broonie/sound/for-next
- Filter only ASoC patch
[1] https://lore.kernel.org/all/20260723184538.3888637-1-ekffu200098@xxxxxxxxx/
---
Sang-Heon Jeon (4):
ASoC: amd: acp: remove conditional return with no effect
ASoC: Intel: atom: remove conditional return with no effect
ASoC: samsung: smdk_spdif: remove conditional return with no effect
ASoC: SOF: Intel: remove conditional return with no effect
sound/soc/amd/acp/acp-mach-common.c | 11 +++--------
sound/soc/intel/atom/sst-mfld-platform-pcm.c | 7 +------
sound/soc/samsung/smdk_spdif.c | 8 ++------
sound/soc/sof/intel/hda-dsp.c | 6 +-----
4 files changed, 7 insertions(+), 25 deletions(-)
--
2.43.0