mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 08:18:47 +00:00
pinctrl: single: fix freudian slip
commit 03e9f0cac5da6af85758276cb4624caf5911f2b9 "pinctrl: clean up after enable refactoring" renamed the vtable callback .enable to .set_mux. The renaming was done manually, and one of the alterations contained a freudian slip. I confess, I am human. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
2de5da5771
commit
9e3a979f03
@ -519,7 +519,7 @@ static const struct pinmux_ops pcs_pinmux_ops = {
|
|||||||
.get_functions_count = pcs_get_functions_count,
|
.get_functions_count = pcs_get_functions_count,
|
||||||
.get_function_name = pcs_get_function_name,
|
.get_function_name = pcs_get_function_name,
|
||||||
.get_function_groups = pcs_get_function_groups,
|
.get_function_groups = pcs_get_function_groups,
|
||||||
.set_mux = pcs_sex_mux,
|
.set_mux = pcs_set_mux,
|
||||||
.gpio_request_enable = pcs_request_gpio,
|
.gpio_request_enable = pcs_request_gpio,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user