]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pmdomain: imx93-pd: drop the context variable "init_off"
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Sun, 25 Aug 2024 14:34:02 +0000 (16:34 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 13 Sep 2024 10:45:40 +0000 (12:45 +0200)
commit1a2e369aa2f7a187f0737355ec951bdb1bbc2e84
treee3ae309b4f6608b7e98897ee61a24a3a77a9ac13
parent28717ec8b948eedca5855ac4f587b45bcb1d57e5
pmdomain: imx93-pd: drop the context variable "init_off"

This variable is only used within the probe() function, so let's remove
it from the context and define it locally within the same function.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/r/20240825143428.556439-3-dario.binacchi@amarulasolutions.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/imx/imx93-pd.c