diff options
author | 2021-06-27 17:54:31 +0200 | |
---|---|---|
committer | 2021-10-07 20:01:54 +0200 | |
commit | 986b5094708e508baa452a23ffe809870934a7df (patch) | |
tree | b8eddd2ea970067f16a76c528142c5fdfd02dd46 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | soc/tegra: pmc: Expose USB regmap to all SoCs (diff) | |
download | wireguard-linux-986b5094708e508baa452a23ffe809870934a7df.tar.xz wireguard-linux-986b5094708e508baa452a23ffe809870934a7df.zip |
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: a38045121bf4 ("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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions