diff options
author | Tony Lindgren <tony@atomide.com> | 2012-01-20 08:17:33 -0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-01-26 14:11:31 +0100 |
commit | de849eecd0addaa6bf60f2f7be36b30abf9ff2ae (patch) | |
tree | 401c648dc1899a83213444192f7210182912fc89 /Documentation | |
parent | 0215716083cac67ff7ea3e3efdc9943bdb462274 (diff) |
pinctrl: fix some pinmux typos
Fix some pinmux typos so implementing pinmux drivers
is a bit easier.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pinctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt index 5324d3199f34..150fd3833d0b 100644 --- a/Documentation/pinctrl.txt +++ b/Documentation/pinctrl.txt @@ -1024,7 +1024,7 @@ it, disables and releases it, and muxes it in on the pins defined by group B: foo_switch() { - struct pinmux pmx; + struct pinmux *pmx; /* Enable on position A */ pmx = pinmux_get(&device, "spi0-pos-A"); |