Re: [PATCH v4 1/5] soc/tegra: pmc: Fix imbalanced clock disabling in error code path

2021-03-25 Thread Thierry Reding
On Tue, Mar 02, 2021 at 03:24:58PM +0300, Dmitry Osipenko wrote: > 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 # Ouya T30 >

[PATCH v4 1/5] soc/tegra: pmc: Fix imbalanced clock disabling in error code path

2021-03-02 Thread Dmitry Osipenko
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 # Ouya T30 Tested-by: Nicolas Chauvet # PAZ00 T20 and TK1 T124 Tested-by: Matt Merhar #