summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/tegra/tegra_rt5639.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_rt5639.c b/sound/soc/tegra/tegra_rt5639.c
index b26096550c2d..d541d6cffd50 100644
--- a/sound/soc/tegra/tegra_rt5639.c
+++ b/sound/soc/tegra/tegra_rt5639.c
@@ -1480,7 +1480,7 @@ err_fini_utils:
if (machine->dmic_reg)
regulator_put(machine->dmic_reg);
if (machine->codec_reg) {
- regulator_disable(machine->digital_reg);
+ regulator_disable(machine->codec_reg);
regulator_put(machine->codec_reg);
}