]> git.hungrycats.org Git - linux/commit
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)
commitf5360c8a830f1f73d8a71f087fb17c2a0ecbd701
tree870e0116961489927ad8827f9e7b59cf784b25cc
parent79a883d53960fb2eaf02f72a37182078b4fc938e
parente84c06775d4a3508b8068bc84986b4a29e27b1d3
ASoC: mxs: Improve probe error handling

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