projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f70e1
)
pinctrl: fix dangling comment
author
Linus Walleij
<linus.walleij@linaro.org>
Tue, 24 Apr 2012 13:20:02 +0000
(15:20 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 25 Apr 2012 11:03:44 +0000
(13:03 +0200)
This comment was referring to an older PINMUX define, it should
be PINCTRL now.
Reported-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/linux/pinctrl/machine.h
patch
|
blob
|
history
diff --git
a/include/linux/pinctrl/machine.h
b/include/linux/pinctrl/machine.h
index e4d1de742502f6230fc9d9dd94c707949409cf45..9c4a19867289e195f4074ac0192abd94778be241 100644
(file)
--- a/
include/linux/pinctrl/machine.h
+++ b/
include/linux/pinctrl/machine.h
@@
-163,5
+163,5
@@
static inline int pinctrl_register_mappings(struct pinctrl_map const *map,
return 0;
}
-#endif /* !CONFIG_PIN
MUX
*/
+#endif /* !CONFIG_PIN
CTRL
*/
#endif