[PATCH 0/3] ASoC: mxs: Improve probe error handling

From: phucduc . bui

Date: Wed Aug 12 2026 - 06:19:05 EST


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

Hi all,

This series improves probe error handling in the MXS ASoC drivers.
Use dev_err_probe() where appropriate and remove redundant dev_err() calls
when the corresponding errors are already reported by the called functions
or further down the call chain.

Compile-tested only.

Best regards,
Phuc

bui duc phuc (3):
ASoC: mxs-saif: Use dev_err_probe() for error handling
ASoC: mxs-saif: Drop redundant probe error messages
ASoC: mxs-sgtl5000: Drop redundant probe error messages

sound/soc/mxs/mxs-saif.c | 21 ++++++---------------
sound/soc/mxs/mxs-sgtl5000.c | 2 --
2 files changed, 6 insertions(+), 17 deletions(-)

--
2.43.0