Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123723
b: refs/heads/master
c: 21c867f
h: refs/heads/master
i:
  123721: f125838
  123719: f353a07
v: v3
  • Loading branch information
Jarkko Nikula authored and Tony Lindgren committed Dec 11, 2008
1 parent a7382a7 commit 2dab154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89db94825447a03f17e03c0a6c8840a0a22cf155
refs/heads/master: 21c867f1dedc21fb6e5244b7b27cfcfd09b83188
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ static int dbg_gpio_show(struct seq_file *s, void *unused)
seq_printf(s, "MPUIO %2d ", j);
else
seq_printf(s, "GPIO %3d ", gpio);
seq_printf(s, "(%10s): %s %s",
seq_printf(s, "(%-20.20s): %s %s",
label,
is_in ? "in " : "out",
value ? "hi" : "lo");
Expand Down

0 comments on commit 2dab154

Please sign in to comment.