]> git.dujemihanovic.xyz Git - u-boot.git/commit
pinctrl: exynos: Reduce variables scope
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 30 Nov 2023 20:13:51 +0000 (14:13 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 9 Jan 2024 15:59:28 +0000 (10:59 -0500)
commitda06fefcef7bf1d985338f08810e90c7f504bfad
treecb985bcf8f1de6a38389013f73fbf4722848d2ce
parentaad0f6abf113a691b0c0472a26fef6b560d30abf
pinctrl: exynos: Reduce variables scope

Pull some variables declared in exynos_pinctrl_set_state() into its
loop, to reduce their scope. Style commit, no functional change.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/pinctrl/exynos/pinctrl-exynos.c