]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
soc/tegra: pmc: Fix imbalanced clock disabling in error code path
authorDmitry Osipenko <digetx@gmail.com>
Tue, 2 Mar 2021 12:24:58 +0000 (15:24 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 10:36:25 +0000 (11:36 +0100)
commitf3c2df75d4ab1e92622a840cd1c90e41179285d2
tree9982dfe00cc294ddfa59bac80bc6d104ab617184
parent62b4c59eb2726d9411d16f9ffe55131272ceb3c9
soc/tegra: pmc: Fix imbalanced clock disabling in error code path

commit 19221e3083020bd9537624caa0ee0145ed92ba36 upstream.

The tegra_powergate_power_up() has a typo in the error code path where it
will try to disable clocks twice, fix it. In practice that error never
happens, so this is a minor correction.

Tested-by: Peter Geis <pgwipeout@gmail.com> # Ouya T30
Tested-by: Nicolas Chauvet <kwizart@gmail.com> # PAZ00 T20 and TK1 T124
Tested-by: Matt Merhar <mattmerhar@protonmail.com> # Ouya T30
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/soc/tegra/pmc.c