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:
c43ba80
)
pinctrl/pinctrl-u300: remove unneeded devm_kfree call
author
Devendra Naga
<develkernel412222@gmail.com>
Sat, 21 Jul 2012 08:37:58 +0000
(14:22 +0545)
committer
Linus Walleij
<linus.walleij@linaro.org>
Sat, 4 Aug 2012 22:24:15 +0000
(
00:24
+0200)
the allocated memory will be destroyed at the driver unload time,
automatically if driver uses the devm_ functions, so no need of
doing devm_kfree at the error path
Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found