]> git.itanic.dy.fi Git - linux-stable/commit
pinctrl: ralink: rename variables which point out the pin group
authorArınç ÜNAL <arinc.unal@arinc9.com>
Sat, 31 Dec 2022 16:08:44 +0000 (19:08 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 16 Jan 2023 13:56:46 +0000 (14:56 +0100)
commit525792d1d22d2178ee8fad49eaa4b54e0dac76be
treeb6e8c234ecd84a79fac12c99b0fae7f5f9568ee0
parent542c893caa7bc2e5263fe0a4e17d228f9b3d0acd
pinctrl: ralink: rename variables which point out the pin group

These variables define a list of functions which can be muxed to the pin
group which the name of the pin group was originally intended to be pointed
out on the name of the said variables.

Therefore, rename "func" to "grp" across all subdrivers where this applies.

Fixes: 18653d4bd8ab ("pinctrl: ralink: rename variable names for functions on MT7620 and MT7621")
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20221231160849.40544-2-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/ralink/pinctrl-mt7620.c
drivers/pinctrl/ralink/pinctrl-mt7621.c
drivers/pinctrl/ralink/pinctrl-rt2880.c
drivers/pinctrl/ralink/pinctrl-rt305x.c
drivers/pinctrl/ralink/pinctrl-rt3883.c