]> git.hungrycats.org Git - linux/commitdiff
ASoC: mxs: Improve probe error handling
authorMark Brown <broonie@kernel.org>
Wed, 12 Aug 2026 17:37:48 +0000 (18:37 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 12 Aug 2026 17:37:48 +0000 (18:37 +0100)
bui duc phuc <phucduc.bui@gmail.com> says:

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.

Link: https://patch.msgid.link/20260812101418.37966-1-phucduc.bui@gmail.com

Trivial merge