Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e3a979f authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: single: fix freudian slip



commit 03e9f0ca
"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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 2de5da57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -519,7 +519,7 @@ static const struct pinmux_ops pcs_pinmux_ops = {
	.get_functions_count = pcs_get_functions_count,
	.get_function_name = pcs_get_function_name,
	.get_function_groups = pcs_get_function_groups,
	.set_mux = pcs_sex_mux,
	.set_mux = pcs_set_mux,
	.gpio_request_enable = pcs_request_gpio,
};