]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform: cznic: turris-omnia-mcu: Rename variable holding GPIO line names
authorMarek Behún <kabel@kernel.org>
Mon, 11 Nov 2024 12:19:45 +0000 (13:19 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 12 Nov 2024 15:05:16 +0000 (16:05 +0100)
commitf335e0157717490e99145313871db789e8f10bd9
tree1a41e5bafdad35ea79c8bef1c0459de931c6673b
parent372eb09cd98555eca6d912db9c678fa509b1dba0
platform: cznic: turris-omnia-mcu: Rename variable holding GPIO line names

Rename the `omnia_mcu_gpio_templates` variable to
`omnia_mcu_gpio_names`. The array contained templates for the names
during the development of the driver, but the template prefix `gpio%u.`
was dropped before the driver was merged, since this functionality was
broken in gpiolib.

Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/platform/cznic/turris-omnia-mcu-gpio.c