mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
pinctrl: bcm/cygnys/iproc: fixup rebase issue
Somehow this variable name screwed up in some rebase, fixed it. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Reported-by: Pramod Kumar <pramodku@broadcom.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
4dccc93f1e
commit
0202a111f8
@ -637,7 +637,7 @@ static int iproc_gpio_register_pinconf(struct iproc_gpio *chip)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void iproc_gpio_unregister_pinconf(struct cygnus_gpio *chip)
|
||||
static void iproc_gpio_unregister_pinconf(struct iproc_gpio *chip)
|
||||
{
|
||||
pinctrl_unregister(chip->pctl);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user