diff options
author | Tony Lindgren <tony@atomide.com> | 2012-01-20 11:17:33 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-01-26 08:11:31 -0500 |
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: | |||
1024 | 1024 | ||
1025 | foo_switch() | 1025 | foo_switch() |
1026 | { | 1026 | { |
1027 | struct pinmux pmx; | 1027 | struct pinmux *pmx; |
1028 | 1028 | ||
1029 | /* Enable on position A */ | 1029 | /* Enable on position A */ |
1030 | pmx = pinmux_get(&device, "spi0-pos-A"); | 1030 | pmx = pinmux_get(&device, "spi0-pos-A"); |