On Wed, Nov 17, 2021 at 09:32:22PM +0100, Anders Roxell wrote: > On Wed, 17 Nov 2021 at 11:16, Greg Kroah-Hartman > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > > soc/tegra: Fix an error handling path in tegra_powergate_power_up() > > With this patch applied the following waring shows up: > > make --silent --keep-going --jobs=32 > O=/home/anders/.cache/tuxmake/builds/current ARCH=arm64 > CROSS_COMPILE=aarch64-linux-gnu- > drivers/soc/tegra/pmc.c: In function > 'tegra_powergate_power_up': > drivers/soc/tegra/pmc.c:726:1: warning: label 'powergate_off' defined > but not used [-Wunused-label] 726 | powergate_off: > | ^~~~~~~~~~~~~ > > If I cherry pick 19221e308302 ("soc/tegra: pmc: Fix imbalanced clock > disabling in error code path") > the wraning goes away. Now queued up, thanks. greg k-h