]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gpiolib: rename GPIO chip printk macros
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 22 Sep 2025 09:54:03 +0000 (11:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2026 15:35:21 +0000 (16:35 +0100)
commitaaa24eeb63ad0b8de7ebeec603776610c5f805a6
treeaba04a1b9c0b6d84bca16db71d315cf64078550e
parent97531f8e50d99a289e0024e020cfdda5eec36f4d
gpiolib: rename GPIO chip printk macros

[ Upstream commit d4f335b410ddbe3e99f48f8b5ea78a25041274f1 ]

The chip_$level() macros take struct gpio_chip as argument so make it
follow the convention of using the 'gpiochip_' prefix.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Stable-dep-of: a7ac22d53d09 ("gpiolib: fix race condition for gdev->srcu")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpio/gpiolib-cdev.c
drivers/gpio/gpiolib-sysfs.c
drivers/gpio/gpiolib.c
drivers/gpio/gpiolib.h