gpio: sysfs: drop the mention of gpiochip_find() from sysfs code
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 27 Sep 2023 14:29:31 +0000 (16:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jan 2024 23:35:40 +0000 (15:35 -0800)
[ Upstream commit e404b0cc9f0b0b551f3276a814d38abf1f26d98f ]

We have removed all callers of gpiochip_find() so don't mention it in
gpiolib-sysfs.c.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Stable-dep-of: 48e1b4d369cf ("gpiolib: remove the GPIO device from the list when it's unregistered")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpio/gpiolib-sysfs.c

index c7c5c19..12d8538 100644 (file)
@@ -817,7 +817,7 @@ static int __init gpiolib_sysfs_init(void)
                 * gpiochip_sysfs_register() acquires a mutex. This is unsafe
                 * and needs to be fixed.
                 *
-                * Also it would be nice to use gpiochip_find() here so we
+                * Also it would be nice to use gpio_device_find() here so we
                 * can keep gpio_chips local to gpiolib.c, but the yield of
                 * gpio_lock prevents us from doing this.
                 */