Hi!
On Wed, 2025-10-29 at 10:39 +0100, Herve Codina wrote:
The commit 9a397f473657 ("ASoC: cs4271: add regulator consumer support") has introduced regulators in the driver.
Regulators are enabled at the beginning of component_probe() but they are not disabled on errors. This can lead to unbalanced enable/disable.
Fix the error path to disable regulators on errors.
Fixes: 9a397f473657 ("ASoC: cs4271: add regulator consumer support") Cc: stable@vger.kernel.org Signed-off-by: Herve Codina herve.codina@bootlin.com
Reviewed-by: Alexander Sverdlin alexander.sverdlin@gmail.com