ASoC: tlv320aic3x: Use dev_err_probe
authorNishanth Menon <nm@ti.com>
Mon, 12 May 2025 18:57:39 +0000 (13:57 -0500)
committerMark Brown <broonie@kernel.org>
Tue, 13 May 2025 09:47:06 +0000 (11:47 +0200)
commit85f8c2d56caf56aa3379bbc5f1a19fef9aabd23e
tree1dc9efeb3f901ad16e86f2370f88e14ea2305fae
parent144d6dfc7482455eabf8e8caa974a6e8d9572705
ASoC: tlv320aic3x: Use dev_err_probe

During probe the regulator supply drivers may not yet be available.
Use dev_err_probe to provide just the pertinent log.

Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://patch.msgid.link/20250512185739.2907466-1-nm@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic3x.c