]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: es8328: Propagate errors in set_bias_level()
authorHsieh Hung-En <hungen3108@gmail.com>
Fri, 30 Jan 2026 16:00:14 +0000 (00:00 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 2 Feb 2026 12:50:00 +0000 (12:50 +0000)
commit0801a03a317b4848ca8c10a98f9b84028b7c8fc6
tree63cf99a0d655d4be9f731b3d86163bb3e2a3b666
parent4c6b74d58766ce7cd66ae8e14babf877039adef6
ASoC: es8328: Propagate errors in set_bias_level()

Register writes and updates in set_bias_level() ignored return values,
potentially masking I/O failures during bias level transitions.

Check and propagate errors from component register writes and updates.

Signed-off-by: Hsieh Hung-En <hungen3108@gmail.com>
Link: https://patch.msgid.link/20260130160017.2630-3-hungen3108@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8328.c