]> git.ipfire.org Git - thirdparty/linux.git/commit
gpio: aggregator: rename 'name' to 'key' in gpio_aggregator_parse()
authorKoichiro Den <koichiro.den@canonical.com>
Mon, 7 Apr 2025 04:30:15 +0000 (13:30 +0900)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 9 Apr 2025 14:57:29 +0000 (16:57 +0200)
commit4ec2315d7fabeb08e9ad7995bd16f34118e4633b
tree7a521f0d8e951357e856170ae59fb35eea6a2d4c
parent86f162e73d2d81ef6d819c06a3b6c2fda77a79b8
gpio: aggregator: rename 'name' to 'key' in gpio_aggregator_parse()

Rename the local variable 'name' in gpio_aggregator_parse() to 'key'
because struct gpio_aggregator_line now uses the 'name' field for the
custom line name and the local variable actually represents a 'key'.
This change prepares for the next but one commit.

No functional change.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Link: https://lore.kernel.org/r/20250407043019.4105613-6-koichiro.den@canonical.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-aggregator.c