]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: sa110/gpio: convert set_multiple() to returning an integer
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 22 Jul 2025 07:15:42 +0000 (09:15 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 22 Jul 2025 14:47:26 +0000 (16:47 +0200)
commit5d3aeecc26bbc1321d4a1954093d6df396f80295
treee5e72ca83ca343f37883ed7afb3aa325289bad49
parent990cd3e93a760fd9abed0594a06975dd5e543dc3
ARM: sa110/gpio: convert set_multiple() to returning an integer

The conversion to using the new GPIO line setter callbacks missed the
set_multiple() in this file. Convert it to using the new callback.

Fixes: 9c3782118a57 ("ARM: sa1100/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/common/sa1111.c