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:
6dbe51c
)
pinctrl: core: use devres_release() instead of devres_destroy()
author
Jingoo Han
<jg1.han@samsung.com>
Tue, 26 Feb 2013 02:34:07 +0000
(11:34 +0900)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 7 Mar 2013 04:27:29 +0000
(
05:27
+0100)
devres_release() can simplify the code, because devres_release()
will call the destructor for the resource as well as freeing
the devres data.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found