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>
此提交包含在:
Tony Lindgren
2012-01-20 08:17:33 -08:00
提交者 Linus Walleij
父節點 0215716083
當前提交 de849eecd0
共有 2 個檔案被更改,包括 3 行新增8 行删除

查看文件

@@ -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");