ARM: s3c/gpio: complete the conversion to new GPIO value setters
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 30 Jul 2025 07:14:43 +0000 (09:14 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 30 Jul 2025 16:21:52 +0000 (18:21 +0200)
commit3dca3d51b933beb3f35a60472ed2110d1bd7046a
tree4bac2a79e67d0be829c3d5e94aa12ce2e4fbba64
parent0018c39d0a36452de835e71a15565a41319ab8aa
ARM: s3c/gpio: complete the conversion to new GPIO value setters

Commit fb52f3226cab ("ARM: s3c/gpio: use new line value setter
callbacks") correctly changed the assignment of the callback but missed
the check one liner higher. Change it now too to using the recommended
callback as the legacy one is going away soon.

Fixes: fb52f3226cab ("ARM: s3c/gpio: use new line value setter callbacks")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-s3c/gpio-samsung.c