git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a03690e
)
pinctrl: remove mutex lock in groups show
author
Haojian Zhuang
<haojian.zhuang@gmail.com>
Thu, 18 Oct 2012 09:07:01 +0000
(17:07 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 18 Oct 2012 18:27:31 +0000
(20:27 +0200)
Mutex is locked duplicatly by pinconf_groups_show() and
pin_config_group_get(). It results dead lock. So avoid to lock mutex
in pinconf_groups_show().
Cc: stable@kernel.org
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found