Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334809
b: refs/heads/master
c: 7ae9d71
h: refs/heads/master
i:
  334807: 5b64438
v: v3
  • Loading branch information
Haojian Zhuang authored and Linus Walleij committed Oct 18, 2012
1 parent b3f8a87 commit 312fbdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: a03690e44468dcd3088f6600ab036d17bd2130ff
refs/heads/master: 7ae9d71e8df27a3ab60a05ae3add08728debc09c
4 changes: 0 additions & 4 deletions trunk/drivers/pinctrl/pinconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,6 @@ static int pinconf_groups_show(struct seq_file *s, void *what)
seq_puts(s, "Pin config settings per pin group\n");
seq_puts(s, "Format: group (name): configs\n");

mutex_lock(&pinctrl_mutex);

while (selector < ngroups) {
const char *gname = pctlops->get_group_name(pctldev, selector);

Expand All @@ -549,8 +547,6 @@ static int pinconf_groups_show(struct seq_file *s, void *what)
selector++;
}

mutex_unlock(&pinctrl_mutex);

return 0;
}

Expand Down

0 comments on commit 312fbdf

Please sign in to comment.