mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
pinctrl: fix comment mistake
This variable pertains to pinctrl handles not muxes specifically. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
c62b2b3448
commit
b0666ba474
@ -700,7 +700,7 @@ static struct pinctrl *create_pinctrl(struct device *dev)
|
||||
}
|
||||
}
|
||||
|
||||
/* Add the pinmux to the global list */
|
||||
/* Add the pinctrl handle to the global list */
|
||||
list_add_tail(&p->node, &pinctrl_list);
|
||||
|
||||
return p;
|
||||
|
Loading…
Reference in New Issue
Block a user