Skip to content

Commit

Permalink
pinctrl: a minor fix of pin config debug information
Browse files Browse the repository at this point in the history
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Dong Aisheng authored and Linus Walleij committed Apr 18, 2012
1 parent 96593af commit 2aeefe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/pinctrl/pinconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ static int pinconf_pins_show(struct seq_file *s, void *what)
return 0;

seq_puts(s, "Pin config settings per pin\n");
seq_puts(s, "Format: pin (name): pinmux setting array\n");
seq_puts(s, "Format: pin (name): configs\n");

mutex_lock(&pinctrl_mutex);

Expand Down Expand Up @@ -529,7 +529,7 @@ static int pinconf_groups_show(struct seq_file *s, void *what)
return 0;

seq_puts(s, "Pin config settings per pin group\n");
seq_puts(s, "Format: group (name): pinmux setting array\n");
seq_puts(s, "Format: group (name): configs\n");

mutex_lock(&pinctrl_mutex);

Expand Down

0 comments on commit 2aeefe0

Please sign in to comment.