Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361732
b: refs/heads/master
c: 53ded81
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Linus Walleij committed Mar 13, 2013
1 parent ba59f00 commit 8d21548
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: 6a40cdd5440d7b61a349bc04e85eed4fa7c24a3c
refs/heads/master: 53ded8191e81507da0786ac45152eebb68d25d0c
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ static const struct file_operations pinconf_dbg_pinname_fops = {
static int pinconf_dbg_state_print(struct seq_file *s, void *d)
{
if (strlen(dbg_state_name))
seq_printf(s, "%s\n", dbg_pinname);
seq_printf(s, "%s\n", dbg_state_name);
else
seq_printf(s, "No pin state set\n");
return 0;
Expand Down

0 comments on commit 8d21548

Please sign in to comment.