]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: tlv320aic32x4: use dev_err_probe() for regulators
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Mon, 25 Aug 2025 12:11:38 +0000 (14:11 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 25 Aug 2025 20:05:01 +0000 (21:05 +0100)
commita12b74d2bd4724ee1883bc97ec93eac8fafc8d3c
tree2b7758254dc96cb0cc7ff389eee151126f834397
parentf840737d1746398c2993be34bfdc80bdc19ecae2
ASoC: tlv320aic32x4: use dev_err_probe() for regulators

Avoid error messages like the following when the regulators have not
been probed yet:

    tlv320aic32x4 0-0018: Missing supply 'iov'
    tlv320aic32x4 0-0018: Failed to setup regulators

Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Message-ID: <20250825121139.2150099-1-alexander.stein@ew.tq-group.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic32x4.c