commit | da06fefcef7bf1d985338f08810e90c7f504bfad | [log] [tgz] |
---|---|---|
author | Sam Protsenko <semen.protsenko@linaro.org> | Thu Nov 30 14:13:51 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 09 10:59:28 2024 -0500 |
tree | cb985bcf8f1de6a38389013f73fbf4722848d2ce | |
parent | aad0f6abf113a691b0c0472a26fef6b560d30abf [diff] |
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>