]> git.ipfire.org Git - thirdparty/linux.git/commit
gpio: aggregator: Return an error if there are no GPIOs in gpio_aggregator_parse()
authorDan Carpenter <dan.carpenter@linaro.org>
Sat, 12 Apr 2025 10:15:16 +0000 (13:15 +0300)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 14 Apr 2025 20:25:20 +0000 (22:25 +0200)
commitdb1baf69e563fc222a75c0add5c76f437c717ac0
treed5287777daaccc47188d8a1be9bbbd9d03ecc41d
parent2e8636ca340002f3ac31383622911a1aa75fb086
gpio: aggregator: Return an error if there are no GPIOs in gpio_aggregator_parse()

The error handling in gpio_aggregator_parse() was re-written.  It now
returns success if there are no GPIOs.  Restore the previous behavior
and return -EINVAL instead.

Fixes: 83c8e3df642f ("gpio: aggregator: expose aggregator created via legacy sysfs to configfs")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Acked-by: Koichiro Den <koichiro.den@canonical.com>
Link: https://lore.kernel.org/r/9dcd5fda7a3819e896d9eee4156e7c46c9a64595.1744452787.git.dan.carpenter@linaro.org
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/gpio-aggregator.c