pinctrl: tegra: Consistently refer to SoC data
authorThierry Reding <treding@nvidia.com>
Tue, 30 May 2023 10:53:08 +0000 (12:53 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 1 Jun 2023 11:17:35 +0000 (13:17 +0200)
commit4d6366e6ff43dcf6c23156c017829a926403bd7d
treedae7b83b7a851451fe2d03ab1f8dec03ee41070b
parentfad57233501beb5bd25f037cb9128a533e710600
pinctrl: tegra: Consistently refer to SoC data

The SoC-specific data is stored in pmx->soc and that's used throughout
the driver to access this data. The probe function has access to a local
version of that copy and uses it in some occasions. Replace them with
the more standard pmx->soc access for more consistency.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20230530105308.1292852-2-thierry.reding@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/tegra/pinctrl-tegra.c