soc: fsl: qe: convert set_multiple() to returning an integer
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 21 Jul 2025 13:15:11 +0000 (15:15 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 21 Jul 2025 16:04:31 +0000 (18:04 +0200)
commit12702f0c38347f3825a61b7c84d1b1d7eb84dd74
treec0c57cad9c0d2a339f72e320ec89b40aae7fb4a9
parent83d92eae8d44e320a414b76fcba8186fa739f3e8
soc: fsl: qe: 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: 52ccf19527fd ("soc: fsl: qe: use new GPIO line value setter callbacks")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/soc/fsl/qe/gpio.c