commit | b0666ba4745e35adc4e4f25e46c883cc84075ced | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue Dec 11 13:12:35 2012 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Dec 26 01:59:52 2012 +0100 |
tree | 9b9dc55f20e065b3143acd25d40bbde4b62bd303 | |
parent | c62b2b3448330ce1056d7730a01db4e19c95cfca [diff] [blame] |
pinctrl: fix comment mistake This variable pertains to pinctrl handles not muxes specifically. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c index 5cdee86..59f5a96 100644 --- a/drivers/pinctrl/core.c +++ b/drivers/pinctrl/core.c
@@ -700,7 +700,7 @@ } } - /* Add the pinmux to the global list */ + /* Add the pinctrl handle to the global list */ list_add_tail(&p->node, &pinctrl_list); return p;