[PATCH v2 0/6] ASoC: samsung: Improve probe error handling

From: phucduc . bui

Date: Wed Aug 12 2026 - 04:55:04 EST


From: bui duc phuc <phucduc.bui@xxxxxxxxx>

Hi all,

This series improves probe error handling in several Samsung ASoC
drivers.

Preserve the original error code from gpiod_to_irq() and use
dev_err_probe() where appropriate. Also remove redundant probe error
messages where the called functions already report the error.

Compile-tested only.

Changes in v2:
- Add Cezary Rojewski's Reviewed-by tag.
- Update the commit message.

Best regards,
Phuc

bui duc phuc (6):
ASoC: samsung: aries_wm8994: Preserve gpiod_to_irq() error codes
ASoC: samsung: aries_wm8994: Drop redundant probe error messages
ASoC: samsung: pcm: Use dev_err_probe() for error handling
ASoC: samsung: pcm: Drop redundant probe error messages
ASoC: samsung: spdif: Drop redundant probe error messages
ASoC: samsung: tm2_wm5110: Drop redundant probe error messages

sound/soc/samsung/aries_wm8994.c | 14 ++++----------
sound/soc/samsung/pcm.c | 19 +++++++------------
sound/soc/samsung/spdif.c | 8 ++------
sound/soc/samsung/tm2_wm5110.c | 12 +++---------
4 files changed, 16 insertions(+), 37 deletions(-)

--
2.43.0