]> git.baikalelectronics.ru Git - kernel.git/commit
soc/tegra: Fix an error handling path in tegra_powergate_power_up()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 27 Jun 2021 15:54:31 +0000 (17:54 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 7 Oct 2021 18:01:54 +0000 (20:01 +0200)
commite745ca18d270c6e9f1b8a5c493103b5e118c3a87
treeb8eddd2ea970067f16a76c528142c5fdfd02dd46
parent69300ee956f2d3d1ccad595e99b016606b99fbbb
soc/tegra: Fix an error handling path in tegra_powergate_power_up()

If an error occurs after a successful tegra_powergate_enable_clocks()
call, it must be undone by a tegra_powergate_disable_clocks() call, as
already done in the below and above error handling paths of this function.

Update the 'goto' to branch at the correct place of the error handling
path.

Fixes: 8314d68aa759 ("soc/tegra: pmc: Add generic PM domain support")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/pmc.c